UNPKG

365 BTypeScriptView Raw
1import { BsCustomPrefixProps, BsPrefixProps, BsPrefixRefForwardingComponent } from './helpers';
2export interface FormFileLabelProps extends BsPrefixProps, BsCustomPrefixProps {
3 htmlFor?: string;
4}
5declare type FormFileLabel = BsPrefixRefForwardingComponent<'label', FormFileLabelProps>;
6declare const FormFileLabel: FormFileLabel;
7export default FormFileLabel;