Skip to content

Commit

Permalink
✨ feat: Export hooks
Browse files Browse the repository at this point in the history
  • Loading branch information
canisminor1990 committed Jan 9, 2025
1 parent 5d513b7 commit e21e393
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,4 +1,5 @@
export * from './features';
export { useFillId, useFillIds } from './hooks/useFillId';
export * from './icons';
export { type IconToc, default as toc } from './toc';
export type { IconType } from './types';

0 comments on commit e21e393

Please sign in to comment.