Page MenuHomec4science

FormCheckLabel.d.ts
No OneTemporary

File Metadata

Created
Fri, Jul 18, 06:49

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;

Event Timeline