ant-design/components/timeline/index.tsx

7 lines
158 B
TypeScript
Raw Normal View History

2016-03-31 17:46:35 +08:00
import Timeline from './Timeline';
2015-09-01 11:47:12 +08:00
export { TimelineProps } from './Timeline';
export { TimeLineItemProps } from './TimelineItem';
2016-03-31 17:46:35 +08:00
export default Timeline;