UNPKG

use-count-up

Version:

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

4 lines (3 loc) 120 B
/// <reference types="react" /> import type { Props } from './types'; export declare const CountUp: React.FC<Props>;