mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-25 03:29:59 +08:00
514cc062be
* 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>
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;
|