GoScrobble/web/node_modules/react-bootstrap/cjs/FormText.d.ts

8 lines
292 B
TypeScript

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;