vexip-ui
Version:
A Vue 3 UI library, Highly customizability, full TypeScript, performance pretty good
8 lines (7 loc) • 344 B
TypeScript
import { default as Tag } from './tag';
import { ComponentPublicInstance } from 'vue';
export { Tag };
export { tagProps } from './props';
export type TagExposed = ComponentPublicInstance & InstanceType<typeof Tag>;
export type { TagProps, TagCProps } from './props';
export type { TagState, TagNamedColor, TagType, TagSlots } from './symbol';