UNPKG

count-up-es-react

Version:
6 lines (5 loc) 243 B
import type { CountUpProps, CountUpReturnProps } from '../index'; export declare const DEFAULT_DURATION = 2; export declare const DEFAULT_START = 0; declare const useCountUp: (props: CountUpProps) => CountUpReturnProps; export { useCountUp };