Skip to content

Commit 5edef18

Browse files
feat: add exports for hooks and shared modules
1 parent 8d1b31a commit 5edef18

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

packages/core/src/index.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,6 @@ export * from './toggle-group/index.ts'
2424
export * from './toolbar/index.ts'
2525
export * from './tooltip/index.ts'
2626
export * from './primitive/index.ts'
27-
export * from './visually-hidden/index.ts'
27+
export * from './visually-hidden/index.ts'
28+
export * from './hooks/index.ts'
29+
export * from './shared/index.ts'

0 commit comments

Comments
 (0)