UNPKG

react-bootstrap

Version:

Bootstrap 4 components built with React

16 lines (11 loc) 305 B
import * as React from 'react'; import { BsPrefixComponent } from './helpers'; export interface FormCheckLabelProps { htmlFor?: string; innerRef?: React.LegacyRef<this>; } declare class FormCheckLabel extends BsPrefixComponent< 'label', FormCheckLabelProps > {} export default FormCheckLabel;