UNPKG

uppy

Version:

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:

17 lines (15 loc) 271 B
"use strict"; var _require = require('preact'), h = _require.h; module.exports = function (props) { return h( "div", { "class": "uppy-Provider-loading" }, h( "span", null, "Loading..." ) ); }; //# sourceMappingURL=Loader.js.map