mirror of
https://github.com/alibaba/lowcode-engine.git
synced 2026-04-22 05:18:04 +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;
|