Skip to content

Commit

Permalink
Merge pull request #141 from ensdomains/fix/add-types-export
Browse files Browse the repository at this point in the history
fix: add types export
  • Loading branch information
TateB authored Mar 13, 2024
2 parents b0944f1 + 099f751 commit d2120b4
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 d2120b4

Please sign in to comment.