From b4bcca9abac2fe4aa1842b113acd83083d160a1e Mon Sep 17 00:00:00 2001 From: Paul Valerie GOMA Date: Tue, 22 Jul 2025 16:54:29 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=8F=B7=EF=B8=8F=20=20Updated=20checkbox?= =?UTF-8?q?=20component=20interface=20file?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/checkbox/IVCheckbox.type.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/checkbox/IVCheckbox.type.ts b/src/components/checkbox/IVCheckbox.type.ts index 31916fe..6b82ce3 100644 --- a/src/components/checkbox/IVCheckbox.type.ts +++ b/src/components/checkbox/IVCheckbox.type.ts @@ -1,7 +1,7 @@ /** * Interface representing the props for a CheckBox Vue component. */ -export default interface ICheckBox { +export default interface IVCheckBox { /** * The unique identifier for the checkbox element. */