Skip to content

Commit

Permalink
dts update
Browse files Browse the repository at this point in the history
  • Loading branch information
nitrogenous committed Apr 8, 2024
1 parent df3e7b7 commit b1cdda4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion components/lib/inputotp/inputotp.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,6 @@ export interface InputOtpProps extends Omit<React.DetailedHTMLProps<React.InputH
/**
* Callback to invoke while typing value on input
* @param {React.FormEvent<HTMLInputElement>} event - Browser event
* @param {boolean} validatePattern - Whether to validate the value
*/
onInput?(event: React.FormEvent<HTMLInputElement>): void;
/**
Expand Down

0 comments on commit b1cdda4

Please sign in to comment.