UNPKG

react-chrono

Version:
7 lines 337 B
import { TimelineProps } from '../models/TimelineModel'; import { TimelinePropsV2 } from '../models/TimelinePropsV2'; import { default as React } from 'react'; type ChronoProps = TimelineProps | TimelinePropsV2; declare const _default: React.NamedExoticComponent<ChronoProps>; export default _default; //# sourceMappingURL=index.d.ts.map