From cf3e6251859f865fbce2157e00b7efa693223cc8 Mon Sep 17 00:00:00 2001 From: Paul Valerie GOMA Date: Tue, 22 Jul 2025 00:44:21 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=8F=B7=EF=B8=8F=20=20Updated=20Input=20co?= =?UTF-8?q?mponent=20interface=20file?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/input/IVInput.type.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 { /**