@extclp/vexip-ui
Version:
A Vue 3 UI library, Highly customizability, full TypeScript, performance pretty good
8 lines (7 loc) • 362 B
TypeScript
import { default as Timeline } from './timeline.vue';
import { ComponentPublicInstance } from 'vue';
export { Timeline };
export { timelineProps } from './props';
export type TimelineExposed = ComponentPublicInstance & InstanceType<typeof Timeline>;
export type { TimelineProps, TimelineCProps } from './props';
export type { TimelineItemType } from './symbol';