Skip to content

Commit

Permalink
feat: export types
Browse files Browse the repository at this point in the history
  • Loading branch information
kostasdano committed Oct 9, 2023
1 parent ed1cb8b commit 1d1e757
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/Tooltip/index.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
export { default } from './Tooltip';
export * from './Tooltip';
export * from './Tooltip.types';

0 comments on commit 1d1e757

Please sign in to comment.