UNPKG

use-count-up

Version:

React/React Native component and hook to animate counting up or down to a number

3 lines (2 loc) 259 B
import type { Props, ReturnProps } from './types'; export declare const useCountUp: ({ isCounting, start, end, duration, decimalPlaces, decimalSeparator, thousandsSeparator, onComplete, easing, formatter, updateInterval, onUpdate, }: Props) => ReturnProps;