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.

14 lines
480 B

import '../../utils/index.mjs';
import Timeline from './src/timeline.mjs';
import TimelineItem from './src/timeline-item2.mjs';
export { timelineItemProps } from './src/timeline-item.mjs';
import { withInstall, withNoopInstall } from '../../utils/vue/install.mjs';
const ElTimeline = withInstall(Timeline, {
TimelineItem
});
const ElTimelineItem = withNoopInstall(TimelineItem);
export { ElTimeline, ElTimelineItem, ElTimeline as default };
//# sourceMappingURL=index.mjs.map