diff --git a/components/lib/inputotp/inputotp.d.ts b/components/lib/inputotp/inputotp.d.ts index a7d9c71f80..abbdb54999 100644 --- a/components/lib/inputotp/inputotp.d.ts +++ b/components/lib/inputotp/inputotp.d.ts @@ -129,7 +129,6 @@ export interface InputOtpProps extends Omit} event - Browser event - * @param {boolean} validatePattern - Whether to validate the value */ onInput?(event: React.FormEvent): void; /**