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 ecd5088 commit 57694d4Copy full SHA for 57694d4
packages/kit-headless/src/components/checklist/index.ts
@@ -1,2 +1,4 @@
1
export { Checklist as Root } from './checklist';
2
-export { ChecklistIndicator as Indicator } from './checklist-indicator.tsx';
+export { ChecklistIndicator as Indicator } from './checklist-indicator';
3
+export * from './checklist-context-wrapper';
4
+export * from './context-id';
0 commit comments