Files
Speedtest-Tracker/conf/site/node_modules/react-bootstrap/esm/FormFileLabel.d.ts
Henry Whitaker 3a99dc5495 Updated to v1.3.3
2020-05-05 09:34:02 +01:00

13 lines
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;