
libraries.react-file-uploader.stub.js Maven / Gradle / Ivy
/* a mock implementation required for native binding resolution */
self.DroppedFileWidget = {
default: function() {
this.render = function() { return {}; };
return this;
}
};
© 2015 - 2025 Weber Informatics LLC | Privacy Policy