We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d513b7 commit e21e393Copy full SHA for e21e393
src/index.ts
@@ -1,4 +1,5 @@
1
export * from './features';
2
+export { useFillId, useFillIds } from './hooks/useFillId';
3
export * from './icons';
4
export { type IconToc, default as toc } from './toc';
5
export type { IconType } from './types';
0 commit comments