UNPKG

@uppy/companion

Version:

OAuth helper and remote fetcher for Uppy's (https://uppy.io) extensible file upload widget with support for drag&drop, resumable uploads, previews, restrictions, file processing/encoding, remote providers like Dropbox and Google Drive, S3 and more :dog:

59 lines (58 loc) 1.29 kB
declare function _exports(): { googledrive: { custom_params: { access_type: string; prompt: string; }; authorize_url: string; access_url: string; oauth: number; scope_delimiter: string; state: boolean; callback: string; scope: string[]; transport: string; }; dropbox: { authorize_url: string; access_url: string; callback: string; custom_params: { token_access_type: string; }; transport: string; state: boolean; }; box: { authorize_url: string; access_url: string; callback: string; transport: string; state: boolean; }; instagram: { callback: string; transport: string; state: boolean; }; facebook: { scope: string[]; callback: string; transport: string; state: boolean; }; microsoft: { scope: string[]; callback: string; transport: string; state: boolean; }; zoom: { authorize_url: string; access_url: string; callback: string; transport: string; state: boolean; }; }; export = _exports;