mirror of
https://github.com/ant-design/ant-design.git
synced 2024-12-02 07:39:36 +08:00
71eddd2c20
* chore: remove useless tsx support * add * revert * add * fix * fix * add test case * fix
7 lines
168 B
TypeScript
7 lines
168 B
TypeScript
import Timeline from './Timeline';
|
|
|
|
export type { TimelineProps } from './Timeline';
|
|
export type { TimelineItemProps } from './TimelineItem';
|
|
|
|
export default Timeline;
|