UNPKG

@fakel/rest-admin

Version:

An application that makes it easier to work with your API

9 lines (8 loc) 246 B
import React from 'react'; import { UploadHandler } from './Gallery'; declare type GalleryUploadProps = { uploadHandler: UploadHandler; isMultiple?: boolean; }; export declare const GalleryUpload: React.FC<GalleryUploadProps>; export {};