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) 283 B
"use strict"; var _require = require('preact'), h = _require.h; module.exports = function (props) { return h( "li", null, h( "button", { type: "button", onclick: props.getFolder }, props.title ) ); }; //# sourceMappingURL=Breadcrumb.js.map