UNPKG

455 BTypeScriptView Raw
1import { NewWindowOptions, WindowSearchParams } from '../common/window';
2export declare const electronMainWindowServicePath = "/services/electron-window";
3export declare const ElectronMainWindowService: unique symbol;
4export interface ElectronMainWindowService {
5 openNewWindow(url: string, options?: NewWindowOptions): undefined;
6 openNewDefaultWindow(params?: WindowSearchParams): void;
7}
8//# sourceMappingURL=electron-main-window-service.d.ts.map
\No newline at end of file