From 32dc2264d8b49b89c209c0c8e605ab3cefa2f019 Mon Sep 17 00:00:00 2001 From: Benjamin Canac Date: Tue, 23 May 2023 15:24:41 +0200 Subject: [PATCH] chore(types): export button --- src/runtime/types/index.d.ts | 1 + 1 file changed, 1 insertion(+) 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'