UNPKG

@dabapps/django-s3-file-upload

Version:

Upload files from the browser to S3 - client side implementation

3 lines (2 loc) 104 B
import { ActionSet } from './types'; export declare const createActionSet: (name: string) => ActionSet;