UNPKG

rsuite

Version:

A suite of react components

8 lines (7 loc) 290 B
import { WithAsProps, RsRefForwardingComponent } from '../internals/types'; interface StatValueProps extends WithAsProps { value?: number; formatOptions?: Intl.NumberFormatOptions; } declare const StatValue: RsRefForwardingComponent<'dd', StatValueProps>; export default StatValue;