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. */