UNPKG

@theia/core

Version:

Theia is a cloud & desktop IDE framework implemented in TypeScript.

8 lines 408 B
import { NewWindowOptions } from '../common/window'; export declare const electronMainWindowServicePath = "/services/electron-window"; export declare const ElectronMainWindowService: unique symbol; export interface ElectronMainWindowService { openNewWindow(url: string, options?: NewWindowOptions): undefined; openNewDefaultWindow(): void; } //# sourceMappingURL=electron-main-window-service.d.ts.map