UNPKG

naive-ui

Version:

A Vue 3 Component Library. Fairly Complete, Theme Customizable, Uses TypeScript, Fast

5 lines (4 loc) 266 B
export { default as NTimeline, timelineProps } from './src/Timeline'; export { default as NTimelineItem, timelineItemProps } from './src/TimelineItem'; export type { TimelineProps } from './src/Timeline'; export type { TimelineItemProps } from './src/TimelineItem';