You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

10 lines
433 B

1 month ago
  1. import Timeline from './src/timeline';
  2. import TimelineItem from './src/timeline-item.vue';
  3. import type { SFCWithInstall } from 'element-plus/es/utils';
  4. export declare const ElTimeline: SFCWithInstall<typeof Timeline> & {
  5. TimelineItem: typeof TimelineItem;
  6. };
  7. export default ElTimeline;
  8. export declare const ElTimelineItem: SFCWithInstall<typeof TimelineItem>;
  9. export * from './src/timeline';
  10. export * from './src/timeline-item';