diff --git a/src/components/input/IVInput.type.ts b/src/components/input/IVInput.type.ts index cbe45f4..f37d624 100644 --- a/src/components/input/IVInput.type.ts +++ b/src/components/input/IVInput.type.ts @@ -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>, Partial { /**