/** * Copyright (c) OpenLens Authors. All rights reserved. * Licensed under MIT License. See LICENSE in root directory for more information. */ import type { InputHTMLAttributes } from "react"; import React from "react"; export interface FileInputSelection { file: File; data?: T | any; // not available when readAsTexts={false} error?: string; } export interface FileInputProps extends InputHTMLAttributes { id?: string; // could be used with