UNPKG

@dabapps/django-s3-file-upload

Version:

Upload files from the browser to S3 - client side implementation

4 lines (3 loc) 132 B
import { UploadState } from './types'; export declare const POST = "POST"; export declare const INITIAL_REDUCER_STATE: UploadState;