UNPKG

react-bootstrap

Version:

Bootstrap 4 components built with React

13 lines (9 loc) 310 B
import * as React from 'react'; import { BsPrefixRefForwardingComponent } from './helpers'; export interface FormGroupProps { controlId?: string; } declare interface FormGroup extends BsPrefixRefForwardingComponent<'div', FormGroupProps> {} declare const FormGroup: FormGroup; export default FormGroup;