UNPKG

323 BTypeScriptView Raw
1import { BsPrefixPropsWithChildren, BsPrefixRefForwardingComponent } from './helpers';
2export interface FormGroupProps extends BsPrefixPropsWithChildren {
3 controlId?: string;
4}
5declare type FormGroup = BsPrefixRefForwardingComponent<'div', FormGroupProps>;
6declare const FormGroup: FormGroup;
7export default FormGroup;