Du kan inte välja fler än 25 ämnen
Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.
|
- 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;
|