UNPKG

vexip-ui

Version:

A Vue 3 UI library, Highly customizability, full TypeScript, performance pretty good

7 lines (6 loc) 296 B
import { default as Linker } from './linker.vue'; import { ComponentPublicInstance } from 'vue'; export { Linker }; export { linkerProps } from './props'; export type LinkerExposed = ComponentPublicInstance & InstanceType<typeof Linker>; export type { LinkerProps, LinkerCProps } from './props';