UNPKG

react-spinning-number

Version:

<img src="./example/example.gif" width="100%">

11 lines (9 loc) 301 B
import { CSSProperties } from 'react'; export interface SpinningNumberProps { children: string | number; fontSize: number; className?: string; duration?: number; stagger?: number; style?: Omit<CSSProperties, "lineHeight" | "fontSize" | "margin" | "padding" | "whiteSpace">; }