Skip to content

Commit

Permalink
Fix #6358: InputOtp fix typescript case (#6361)
Browse files Browse the repository at this point in the history
  • Loading branch information
melloware authored Apr 9, 2024
1 parent 3da9641 commit 88e9c2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/lib/inputotp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
"main": "./inputotp.cjs.js",
"module": "./inputotp.esm.js",
"unpkg": "./inputotp.min.js",
"types": "./InputOtp.d.ts",
"types": "./inputotp.d.ts",
"sideEffects": false
}

0 comments on commit 88e9c2a

Please sign in to comment.