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

16 lines
359 B
TypeScript

import { BsPrefixRefForwardingComponent } from './helpers';
export interface FormFileInputProps {
id?: string;
isValid?: boolean;
isInvalid?: boolean;
lang?: string;
}
declare interface FormFileInput
extends BsPrefixRefForwardingComponent<'input', FormFileInputProps> {}
declare const FormFileInput: FormFileInput;
export default FormFileInput;