mirror of
https://github.com/alibaba/lowcode-engine.git
synced 2026-03-02 07:20:38 +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;
|