Skip to content
This repository was archived by the owner on Jan 9, 2026. It is now read-only.

Commit ff54285

Browse files
Merge pull request #7 from passageidentity/fix-type-issue
fix: fixed type export issue
2 parents 0e1222f + be965dc commit ff54285

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
"source": "./src/index.tsx",
66
"main": "./lib/commonjs/index.js",
77
"module": "./lib/module/index.js",
8+
"types": "./lib/typescript/module/src/index.d.ts",
89
"exports": {
910
".": {
1011
"import": {

0 commit comments

Comments
 (0)