diff --git a/src/components/button/IVLink.type.ts b/src/components/button/IVLink.type.ts index a695255..088230c 100644 --- a/src/components/button/IVLink.type.ts +++ b/src/components/button/IVLink.type.ts @@ -4,7 +4,7 @@ import type { RouteLocationRaw } from "vue-router"; * Interface representing a navigational link component. * This can be used for both internal routing (via `to`) and external links (via `href`). */ -export default interface ILink { +export default interface IVLink { /** * The text label displayed for the link. */