UNPKG

react-full-gallery

Version:

A react image gallery with upload, edit, remove images.

3 lines (2 loc) 126 B
import { UppyFile } from '@uppy/core'; export type UppyFileType = UppyFile<Record<string, unknown>, Record<string, unknown>>;