1 | import { DefaultSecondaryWindowService } from '../../browser/window/default-secondary-window-service';
|
2 | import { ApplicationShell, ExtractableWidget } from 'src/browser';
|
3 | export declare class ElectronSecondaryWindowService extends DefaultSecondaryWindowService {
|
4 | focus(win: Window): void;
|
5 | protected doCreateSecondaryWindow(widget: ExtractableWidget, shell: ApplicationShell): Window | undefined;
|
6 | private canClose;
|
7 | }
|
8 | //# sourceMappingURL=electron-secondary-window-service.d.ts.map |
\ | No newline at end of file |