UNPKG

@extclp/vexip-ui

Version:

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

7 lines (6 loc) 335 B
import { default as AnchorLink } from '../anchor/anchor-link.vue'; import { ComponentPublicInstance } from 'vue'; export { AnchorLink }; export { anchorLinkProps } from '../anchor/props'; export type AnchorLinkExposed = ComponentPublicInstance & InstanceType<typeof AnchorLink>; export type { AnchorLinkProps } from '../anchor/props';