UNPKG

338 BTypeScriptView Raw
1import * as React from 'react';
2import { BsPrefixProps } from './helpers';
3export interface FormCheckLabelProps extends React.LabelHTMLAttributes<HTMLLabelElement>, BsPrefixProps {
4}
5declare const FormCheckLabel: React.ForwardRefExoticComponent<FormCheckLabelProps & React.RefAttributes<HTMLLabelElement>>;
6export default FormCheckLabel;