import { Project } from '../module/project/data/Project'; export class Global{ static app: HTMLElement; static win: Electron.BrowserWindow; static currentProject: Project; static els: any; static egret: any; static contentWindow: Window; static elslib: any; static elsComponents: any; static elsRendererComponents: any; static elsCommonComponents: any; }