🏷️ Updated Input component interface file

This commit is contained in:
Paul Valerie GOMA 2025-07-22 00:44:21 +02:00
parent 2bf9276157
commit cf3e625185

View File

@ -240,7 +240,7 @@ export interface PasswordProps {
* Combines selected properties from PasswordProps and IInputText,
* with additional support for password hints.
*/
export default interface IVInputText
export default interface IVInput
extends Partial<Omit<PasswordProps, 'modelValue'>>,
Partial<IInputText> {
/**