UNPKG

element-plus

Version:

A Component Library for Vue3.0

5 lines (4 loc) 182 B
import type { SFCWithInstall } from '../utils/types'; import Timeline from './src/index.vue'; declare const _Timeline: SFCWithInstall<typeof Timeline>; export default _Timeline;