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) 153 B
import React from "react"; import { ImageUploadType } from "../types"; declare const ImageUpload: React.FC<ImageUploadType>; export default ImageUpload;