UNPKG

react-simple-upload

Version:

a react Uploader library implements html5 file upload and provides multiple simultaneous, stable, fault tolerant and resumable uploads

8 lines (7 loc) 209 B
/// <reference types="react" /> import './index.scss'; interface UnSupportProps { children?: JSX.Element; } export declare const UnSupport: ({ children }: UnSupportProps) => JSX.Element | null; export {};