UNPKG

use-count-up

Version:

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

4 lines (3 loc) 165 B
export { useCountUp } from './useCountUp'; export { CountUp } from './CountUp'; export type { Props, ReturnValue, ReturnProps, Easing, EasingFn } from './types';