import * as All from './sigpro-ui.js'; import * as Edt from './editor.js'; if (typeof window !== "undefined") { Object.assign(window, All, Edt) }