diff --git a/src/runtime/types/index.d.ts b/src/runtime/types/index.d.ts index 6b52b251..3479ec04 100644 --- a/src/runtime/types/index.d.ts +++ b/src/runtime/types/index.d.ts @@ -1,4 +1,5 @@ export * from './avatar' +export * from './button' export * from './clipboard' export * from './command-palette' export * from './notification'