UNPKG

rsuite

Version:

A suite of react components

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