UNPKG

@brizy/media-gallery

Version:
7 lines (6 loc) 174 B
import { FC } from "react"; export interface Props { onUpload: (files: Array<File>) => void; height: string | undefined; } export declare const DropFiles: FC<Props>;