react-chrono
Version:
A Modern Timeline component for React
11 lines • 433 B
TypeScript
import { TimelinePropsV2 } from '../models/TimelinePropsV2';
import { TimelineProps } from '../models/TimelineModel';
/**
* Maps legacy props to new grouped structure
*/
export declare function migrateLegacyProps(legacyProps: TimelineProps): TimelinePropsV2;
/**
* Issues deprecation warnings for legacy props
*/
export declare function warnDeprecatedProps(props: TimelineProps): void;
//# sourceMappingURL=propMigration.d.ts.map