Skip to content

Commit cc026a3

Browse files
authored
fix(toolbars): add reexport /modules/toolbars/types (#534)
1 parent deafe20 commit cc026a3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
export * from './common';
22
export * from './core';
33
export * from './toolbar';
4+
export * from './modules/toolbars/types';
45
export * from './react-utils';
56
export * from './classname';
67
export * from './logger';

0 commit comments

Comments
 (0)