UNPKG

@extclp/vexip-ui

Version:

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

7 lines (6 loc) 375 B
import { default as TimelineItem } from '../timeline/timeline-item.vue'; import { ComponentPublicInstance } from 'vue'; export { TimelineItem }; export { timelineItemProps } from '../timeline/props'; export type TimelineItemExposed = ComponentPublicInstance & InstanceType<typeof TimelineItem>; export type { TimelineItemProps, TimelineItemCProps } from '../timeline/props';