react-chrono
Version:
A Modern Timeline component for React
7 lines • 337 B
TypeScript
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