🏷️ Updated Input component interface file
This commit is contained in:
parent
3e028d04c6
commit
816bbf0ba6
|
@ -58,7 +58,7 @@ export interface IInputText {
|
|||
/**
|
||||
* The bound value of the input, supporting string, number, or null.
|
||||
*/
|
||||
modelValue?: string | number | null;
|
||||
modelValue?: string | null;
|
||||
|
||||
/**
|
||||
* Custom CSS class applied to the wrapper element.
|
||||
|
|
Loading…
Reference in New Issue
Block a user