@extclp/vexip-ui
Version:
A Vue 3 UI library, Highly customizability, full TypeScript, performance pretty good
8 lines (7 loc) • 360 B
TypeScript
import { default as Anchor } from './anchor.vue';
import { ComponentPublicInstance } from 'vue';
export { Anchor };
export { anchorProps } from './props';
export type AnchorExposed = ComponentPublicInstance & InstanceType<typeof Anchor>;
export type { AnchorProps, AnchorCProps } from './props';
export type { AnchorLinkOptions, AnchorSlots } from './symbol';