🏷️ Updated Input component interface file

This commit is contained in:
Paul Valerie GOMA 2025-07-22 02:03:24 +02:00
parent 3e028d04c6
commit 816bbf0ba6

View File

@ -58,7 +58,7 @@ export interface IInputText {
/** /**
* The bound value of the input, supporting string, number, or null. * 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. * Custom CSS class applied to the wrapper element.