1 | import { NewWindowOptions, WindowSearchParams } from '../common/window';
|
2 | export declare const electronMainWindowServicePath = "/services/electron-window";
|
3 | export declare const ElectronMainWindowService: unique symbol;
|
4 | export 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 |