diff --git a/src/index.ts b/src/index.ts index 26188f2..4054326 100644 --- a/src/index.ts +++ b/src/index.ts @@ -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';