Skip to content

Commit

Permalink
fix(toolbars): add reexport /modules/toolbars/types (#534)
Browse files Browse the repository at this point in the history
  • Loading branch information
makhnatkin authored Dec 23, 2024
1 parent deafe20 commit cc026a3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
@@ -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';
Expand Down

0 comments on commit cc026a3

Please sign in to comment.