ant-design/components/timeline/index.tsx
Tom Xu 514cc062be
chore: fix timeline TimelineItemProps typo (#27001)
* chore: fix timeline TimelineItemProps typo

* Update Timeline.tsx

* Update TimelineItem.tsx

* Update TimelineItem.tsx

* Update TimelineItem.tsx

* Update TimelineItem.tsx

Co-authored-by: Olivier Louvignes <olivier@mgcrea.io>
Co-authored-by: 偏右 <afc163@gmail.com>
2020-10-03 22:03:09 +08:00

7 lines
158 B
TypeScript

import Timeline from './Timeline';
export { TimelineProps } from './Timeline';
export { TimelineItemProps } from './TimelineItem';
export default Timeline;