Skip to content

Commit

Permalink
fix: added missing type exports
Browse files Browse the repository at this point in the history
  • Loading branch information
schummar committed Aug 4, 2023
1 parent 64ca937 commit e32b5da
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,13 @@
"module": "dist/es/index.js",
"exports": {
".": {
"types": "./dist/types/index.d.ts",
"import": "./dist/es/index.js",
"require": "./dist/cjs/index.js",
"default": "./dist/es/index.js"
},
"./react": {
"types": "./dist/types/react/index.d.ts",
"import": "./dist/es/react.js",
"require": "./dist/cjs/react.js",
"default": "./dist/es/react.js"
Expand Down

0 comments on commit e32b5da

Please sign in to comment.