UNPKG

react-bootstrap

Version:

Bootstrap 4 components built with React

8 lines (7 loc) 292 B
import { BsPrefixProps, BsPrefixRefForwardingComponent } from './helpers'; export interface FormTextProps extends BsPrefixProps { muted?: boolean; } declare type FormText = BsPrefixRefForwardingComponent<'small', FormTextProps>; declare const FormText: FormText; export default FormText;