index.d.ts 166 B

1234
  1. import Timeline from './Timeline';
  2. export type { TimelineProps } from './Timeline';
  3. export type { TimelineItemProps } from './TimelineItem';
  4. export default Timeline;