@antonkolesnik/counter
Version:
React number increase/decrease animation
11 lines (10 loc) • 307 B
TypeScript
export declare const ERROR_MESSAGES: {
smallDurationValue: string;
emptyStartEndValue: string;
incorrectProps: string;
};
export declare const MINIMAL_ANIMATION_INTERVAL_TIME = 500;
export declare const MINIMAL_INTERVAL_TIME = 10;
export declare const DEFAULT_VALUES: {
fontSize: number;
};