"use strict"; exports.methods = { open() { Editor.Panel.open("previewer"); }, }; exports.load = function () {}; exports.unload = function () {};