UNPKG

@vue-layout/link

Version:

A package containing a link component.

7 lines 185 B
import type { VCLink } from './component'; declare module '@vue/runtime-core' { interface GlobalComponents { VCLink: typeof VCLink; } } //# sourceMappingURL=vue.d.ts.map