Files
est-frame/node_modules/react-bootstrap/cjs/FormGroup.d.ts
2025-10-22 05:38:27 +00:00

8 lines
316 B
TypeScript
Executable File

import * as React from 'react';
import { AsProp, BsPrefixRefForwardingComponent } from './helpers';
export interface FormGroupProps extends React.HTMLAttributes<HTMLElement>, AsProp {
controlId?: string;
}
declare const FormGroup: BsPrefixRefForwardingComponent<'div', FormGroupProps>;
export default FormGroup;