UNPKG

@uppy/core

Version:

Core module for the extensible JavaScript file upload widget with support for drag&drop, resumable uploads, previews, restrictions, file processing/encoding, remote providers like Instagram, Dropbox, Google Drive, S3 and more :dog:

9 lines 336 B
import UIPlugin from '../UIPlugin.js'; import type Uppy from '../Uppy.js'; export default class InvalidPluginWithoutName extends UIPlugin<any, any, any> { type: string; name: string; constructor(uppy: Uppy<any, any>, opts?: any); run(results: any): Promise<string>; } //# sourceMappingURL=invalidPluginWithoutId.d.ts.map