Fixed #5421 - InputOtp: typing defects

pull/5423/head
tugcekucukoglu 2024-03-15 09:48:22 +03:00
parent 4bdc2ccaa2
commit 27a1a8648c
2 changed files with 3 additions and 3 deletions

View File

@ -2,8 +2,8 @@
"main": "./inputotp.cjs.js",
"module": "./inputotp.esm.js",
"unpkg": "./inputotp.min.js",
"types": "./inputotp.d.ts",
"types": "./InputOtp.d.ts",
"browser": {
"./sfc": "./inputotp.vue"
"./sfc": "./InputOtp.vue"
}
}

View File

@ -2,5 +2,5 @@
"main": "./inputotpstyle.cjs.js",
"module": "./inputotpstyle.esm.js",
"unpkg": "./inputotpstyle.min.js",
"types": "./inputotpstyle.d.ts"
"types": "./InputOtpStyle.d.ts"
}