UNPKG

react-bootstrap

Version:

Bootstrap 4 components built with React

8 lines (7 loc) 323 B
import { BsPrefixPropsWithChildren, BsPrefixRefForwardingComponent } from './helpers'; export interface FormGroupProps extends BsPrefixPropsWithChildren { controlId?: string; } declare type FormGroup = BsPrefixRefForwardingComponent<'div', FormGroupProps>; declare const FormGroup: FormGroup; export default FormGroup;