UNPKG

@fish-render/count-to

Version:
6 lines (5 loc) 337 B
export declare function formatValue(value: any): string; export declare function validateProps(props: any): boolean; export declare const formatNumber: (num: number) => string; export declare const easeOutQuart: (t: number) => number; export declare const calculateCurrentValue: (start: number, end: number, progress: number) => number;