/* eslint-disable */ module.exports = (function () { var noop = function () {}; return { editorReady: () => Promise.resolve(), getAppManifest: function () { return {}; }, handleAction: noop, getControllerPresets: function () { return Promise.resolve([]); }, onEvent: noop, }; })();