UNPKG

react-uploadify

Version:

`ReactUploadify` is a flexible npm package that simplifies the process of uploading images from a user's device to a web browser. It offers a set of components and utilities to manage image uploads effectively within React applications.

5 lines (4 loc) 193 B
import { DragAndDropType } from "../types"; export declare const UploadContext: import("react").Context<null>; declare const DragAndDrop: React.FC<DragAndDropType>; export default DragAndDrop;