Skip to content

Commit

Permalink
fix(toolbars): add reexport /modules/toolbars/types
Browse files Browse the repository at this point in the history
  • Loading branch information
makhnatkin committed Dec 22, 2024
1 parent 300bfdf commit f45119f
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 f45119f

Please sign in to comment.