Skip to content

Commit

Permalink
fix: add types export
Browse files Browse the repository at this point in the history
  • Loading branch information
TateB committed Mar 13, 2024
1 parent b0944f1 commit 099f751
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@
"exports": {
".": {
"import": "./dist/index.es.js",
"require": "./dist/index.cjs.js"
"require": "./dist/index.cjs.js",
"types": "./dist/types/index.d.ts"
},
"./styles": {
"import": "./dist/style.css",
Expand Down

0 comments on commit 099f751

Please sign in to comment.