react-bootstrap
Version:
Bootstrap 4 components built with React
13 lines (8 loc) • 309 B
TypeScript
import { BsPrefixRefForwardingComponent } from './helpers';
export interface FormCheckLabelProps {
htmlFor?: string;
}
declare interface FormCheckLabel
extends BsPrefixRefForwardingComponent<'label', FormCheckLabelProps> {}
declare const FormCheckLabel: FormCheckLabel;
export default FormCheckLabel;