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 { ImageSelectType } from "../types"; declare const ImageSelect: React.FC<ImageSelectType>; export default ImageSelect;