mirror of
https://github.com/alibaba/lowcode-engine.git
synced 2026-01-16 03:18:11 +00:00
7 lines
158 B
TypeScript
7 lines
158 B
TypeScript
import Timeline from './Timeline';
|
|
|
|
export { TimelineProps } from './Timeline';
|
|
export { TimeLineItemProps } from './TimelineItem';
|
|
|
|
export default Timeline;
|