import React, { InputHTMLAttributes } from "react"; export interface FileInputSelection { file: File; data?: T | any; // not available when readAsTexts={false} error?: string; } interface Props extends InputHTMLAttributes { id?: string; // could be used with