react-bootstrap-v5
Version:
Bootstrap 4 components built with React
7 lines (6 loc) • 333 B
TypeScript
import 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;