UNPKG

@vue-layout/link

Version:

A package containing a link component.

12 lines 264 B
type Options = {}; export type LinkProperties = { active?: boolean; disabled?: boolean; href?: string; prefetch?: boolean; target?: string; to?: string; [key: string]: any; }; export type { Options, }; //# sourceMappingURL=type.d.ts.map