react-bootstrap
Version:
Bootstrap 4 components built with React
13 lines (8 loc) • 303 B
TypeScript
import { BsPrefixRefForwardingComponent } from './helpers';
export interface FormFileLabelProps {
htmlFor?: string;
}
declare interface FormFileLabel
extends BsPrefixRefForwardingComponent<'label', FormFileLabelProps> {}
declare const FormFileLabel: FormFileLabel;
export default FormFileLabel;