UNPKG

react-slot-counter

Version:

Make Your Numbers Pop: Simple and Dynamic Counters for Your UI

7 lines (6 loc) 370 B
import React from 'react'; import { Props, SlotCounterRef, StartAnimationOptions } from './types/common'; declare const _default: React.MemoExoticComponent<React.ForwardRefExoticComponent<Props & React.RefAttributes<SlotCounterRef>>>; export default _default; type SlotCounterProps = Props; export type { SlotCounterRef, StartAnimationOptions, SlotCounterProps };