From 3beaa3fd690fcac7bf485102db19cf844b77e935 Mon Sep 17 00:00:00 2001 From: melloware Date: Tue, 9 Apr 2024 16:12:55 -0400 Subject: [PATCH] Fix #6358: InputOtp fix typescript case --- components/lib/inputotp/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/lib/inputotp/package.json b/components/lib/inputotp/package.json index 4424ca5c99..5949a3f1b5 100644 --- a/components/lib/inputotp/package.json +++ b/components/lib/inputotp/package.json @@ -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 }