UNPKG

react-bootstrap

Version:

Bootstrap 4 components built with React

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