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.

4 lines (3 loc) 134 B
import { UseImageUploadType } from "../types"; declare const useImageUpload: () => UseImageUploadType; export default useImageUpload;