Skip to content

Commit

Permalink
Update components/lib/inputotp/inputotp.d.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Melloware <[email protected]>
  • Loading branch information
nitrogenous and melloware authored Apr 8, 2024
1 parent 832465c commit 3ae6aa8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/lib/inputotp/inputotp.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ interface InputOtpChangeEvent {
/**
* New value
*/
value: number | null;
value: string | number | undefined;
}

/**
Expand Down

0 comments on commit 3ae6aa8

Please sign in to comment.