UNPKG

@dropzone-ui/react

Version:

The best and most complete React library for managing file uploads. Multilanguage support. Server side support. Material design styles. Code generator on webpage.

5 lines (4 loc) 179 B
import * as React from "react"; import { DownloadFileProps } from "./DownloadFileProps"; declare const DownloadFile: React.FC<DownloadFileProps>; export default DownloadFile;