Skip to content

Commit

Permalink
expose helpers and hooks too
Browse files Browse the repository at this point in the history
  • Loading branch information
SutuSebastian committed Oct 15, 2024
1 parent aaca7fc commit 21256d3
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
Binary file modified bun.lockb
Binary file not shown.
10 changes: 10 additions & 0 deletions packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,16 @@
"import": "./dist/esm/components/*/index.mjs",
"require": "./dist/cjs/components/*/index.cjs"
},
"./helpers/*": {
"types": "./dist/types/helpers/*/index.d.ts",
"import": "./dist/esm/helpers/*/index.mjs",
"require": "./dist/cjs/helpers/*/index.cjs"
},
"./hooks/*": {
"types": "./dist/types/hooks/*/index.d.ts",
"import": "./dist/esm/hooks/*/index.mjs",
"require": "./dist/cjs/hooks/*/index.cjs"
},
"./tailwind": {
"types": "./dist/types/tailwind/index.d.ts",
"import": "./dist/esm/tailwind/index.mjs",
Expand Down

0 comments on commit 21256d3

Please sign in to comment.