UNPKG

@osmandvc/react-upload-control-components

Version:

UI components for the react-upload-control library.

4 lines (3 loc) 288 B
import "react-medium-image-zoom/dist/styles.css"; import { FileListItemProps } from "../../types"; export declare const FileListItem: ({ size, name, previewImgSrc, id, uploadStatus, order, count, disabled, disableSorting, }: FileListItemProps) => import("react/jsx-runtime").JSX.Element;