UNPKG

@vuecs/link

Version:

A package containing a link component.

5 lines 199 B
type Options = {}; export type LinkQueryValue = string | null; export type LinkQuery = Record<string, LinkQueryValue | LinkQueryValue[]>; export type { Options, }; //# sourceMappingURL=types.d.ts.map