Skip to content

Commit

Permalink
fix(instances): export instance option types
Browse files Browse the repository at this point in the history
  • Loading branch information
zoltanszogyenyi committed Nov 10, 2023
1 parent d83bb10 commit d01a774
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ export * from './components/modal/types';
export * from './components/popover/types';
export * from './components/tabs/types';
export * from './components/tooltip/types';
export * from './dom/events';
export * from './dom/types';

// export all interfaces
export * from './components/accordion/interface';
Expand Down

0 comments on commit d01a774

Please sign in to comment.