UNPKG

316 BTypeScriptView Raw
1import * as React from 'react';
2import { AsProp, BsPrefixRefForwardingComponent } from './helpers';
3export interface FormGroupProps extends React.HTMLAttributes<HTMLElement>, AsProp {
4 controlId?: string;
5}
6declare const FormGroup: BsPrefixRefForwardingComponent<'div', FormGroupProps>;
7export default FormGroup;