📄 FormCheckLabel.d.ts
/home/palash/git/site/node_modules/react-bootstrap/cjs/FormCheckLabel.d.ts
Language: ts • Lines: 6
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;