UNPKG

react-bootstrap

Version:

Bootstrap 5 components built with React

7 lines (6 loc) 338 B
import * as React from 'react'; import { BsPrefixProps } from './helpers'; export interface FormCheckLabelProps extends React.LabelHTMLAttributes<HTMLLabelElement>, BsPrefixProps { } declare const FormCheckLabel: React.ForwardRefExoticComponent<FormCheckLabelProps & React.RefAttributes<HTMLLabelElement>>; export default FormCheckLabel;