@fish-render/count-to
Version:
Fish Render countTo component for Vue 3
6 lines (5 loc) • 337 B
TypeScript
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;