ant-design/components/timeline/index.ts
lijianan 5d3381334c
chore: remove useless tsx support (#39934)
* chore: remove useless tsx support

* add

* revert

* add

* fix

* fix

* add test case

* fix
2022-12-31 22:12:30 +08:00

7 lines
168 B
TypeScript

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