UNPKG

files-ui-react-19

Version:

UI components for file uploads with React js - with React 19 support

11 lines (10 loc) 313 B
import { Localization, UPLOADSTATUS } from "@files-ui/core"; export type FileMosaicInfoLayerProps = { valid: boolean | null | undefined; uploadStatus?: UPLOADSTATUS; localization?: Localization; onCloseInfo?: Function; localName: string; sizeFormatted?: string; localType?: string; };