UNPKG

react-s3-typescript

Version:

A npm package to upload your files into AWS S3 Bucket directly using react

5 lines (4 loc) 213 B
/// <reference types="node" /> import { IConfig } from './types'; export declare const throwError: (config: IConfig) => void; export declare const throwUploadError: (config: IConfig, file: File | Buffer) => void;