UNPKG

react-files-uploading

Version:

The simple files uploader applied Render Props pattern. This approach allows you to fully control UI component and behaviours.

4 lines (3 loc) 204 B
import React from 'react'; export declare const openFileDialog: (inputRef: React.RefObject<HTMLInputElement>) => void; export declare const getAcceptTypeString: (acceptType?: Array<string>) => string;