UNPKG

rsuite

Version:

A suite of react components

5 lines (4 loc) 240 B
import { ComponentProps } from '../internals/utils'; export type StatValueUnitProps = ComponentProps; declare const StatValueUnit: import("../internals/types").RsRefForwardingComponent<"span", ComponentProps>; export default StatValueUnit;