UNPKG

element-plus

Version:

A Component Library for Vue3.0

5 lines (4 loc) 210 B
import type { SFCWithInstall } from '../utils/types'; import TimelineItem from '../el-timeline/src/item.vue'; declare const _TimelineItem: SFCWithInstall<typeof TimelineItem>; export default _TimelineItem;