UNPKG

react-files-uploading

Version:

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

6 lines (5 loc) 246 B
import React from 'react'; import { FileUploadingPropsType, ErrorsType } from './typings'; declare const ReactFileUploading: React.FC<FileUploadingPropsType>; export default ReactFileUploading; export { FileUploadingPropsType, ErrorsType };