Skip to content

Commit

Permalink
fix: typing export
Browse files Browse the repository at this point in the history
Signed-off-by: Innei <[email protected]>
  • Loading branch information
Innei committed Dec 2, 2024
1 parent ad4abd8 commit 5e5be4c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"types": "./index.d.ts",
"exports": {
".": {
"types": "./index.d.ts",
"import": "./index.mjs",
"require": "./index.js"
}
Expand All @@ -15,4 +16,4 @@
"publishConfig": {
"access": "public"
}
}
}

0 comments on commit 5e5be4c

Please sign in to comment.