UNPKG

@osmandvc/react-upload-control-components

Version:

UI components for the react-upload-control library.

3 lines (2 loc) 158 B
import { FileListProps } from "../../types"; export declare const FileList: ({ onDragEnd }: FileListProps) => import("react/jsx-runtime").JSX.Element | null;