Fixed #5421 - InputOtp: typing defects
parent
4bdc2ccaa2
commit
27a1a8648c
|
@ -2,8 +2,8 @@
|
||||||
"main": "./inputotp.cjs.js",
|
"main": "./inputotp.cjs.js",
|
||||||
"module": "./inputotp.esm.js",
|
"module": "./inputotp.esm.js",
|
||||||
"unpkg": "./inputotp.min.js",
|
"unpkg": "./inputotp.min.js",
|
||||||
"types": "./inputotp.d.ts",
|
"types": "./InputOtp.d.ts",
|
||||||
"browser": {
|
"browser": {
|
||||||
"./sfc": "./inputotp.vue"
|
"./sfc": "./InputOtp.vue"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -2,5 +2,5 @@
|
||||||
"main": "./inputotpstyle.cjs.js",
|
"main": "./inputotpstyle.cjs.js",
|
||||||
"module": "./inputotpstyle.esm.js",
|
"module": "./inputotpstyle.esm.js",
|
||||||
"unpkg": "./inputotpstyle.min.js",
|
"unpkg": "./inputotpstyle.min.js",
|
||||||
"types": "./inputotpstyle.d.ts"
|
"types": "./InputOtpStyle.d.ts"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue