From f45119fbe937aecc754d61add3f49e4381211f58 Mon Sep 17 00:00:00 2001 From: makhnatkin Date: Sun, 22 Dec 2024 13:10:34 +0300 Subject: [PATCH] fix(toolbars): add reexport /modules/toolbars/types --- src/index.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/index.ts b/src/index.ts index 88cfe1ed..a7f503f9 100644 --- a/src/index.ts +++ b/src/index.ts @@ -1,6 +1,7 @@ export * from './common'; export * from './core'; export * from './toolbar'; +export * from './modules/toolbars/types'; export * from './react-utils'; export * from './classname'; export * from './logger';