Viewing File: /home/ubuntu/walnutminds-ecom-frontend-base/node_modules/react-bootstrap/esm/FormCheckLabel.d.ts

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;
Back to Directory File Manager