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

13 lines
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;