UNPKG

karma-dev-react-aws-s3-typescript

Version:

Open source npm package to upload your files into AWS S3 Bucket directly using react(typescript template)

4 lines (3 loc) 173 B
import { IConfig } from './types'; export declare const throwError: (config: IConfig) => void; export declare const throwUploadError: (config: IConfig, file: File) => void;