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