Files
Speedtest-Tracker/conf/site/node_modules/react-bootstrap/esm/FormGroup.d.ts
Henry Whitaker 3a99dc5495 Updated to v1.3.3
2020-05-05 09:34:02 +01:00

13 lines
310 B
TypeScript

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;