🏷️ Updated Input component interface file
This commit is contained in:
parent
2bf9276157
commit
cf3e625185
|
@ -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> {
|
||||
/**
|
||||
|
|
Loading…
Reference in New Issue
Block a user