UNPKG

electron-multi-monitor

Version:

Create multi monitor applications using web development

10 lines (9 loc) 267 B
export interface IOtherMonitor { readonly htmlRoot: HTMLElement; readonly window: Window; } export declare class OtherMonitor implements IOtherMonitor { readonly window: Window; constructor(window: Window); get htmlRoot(): HTMLElement; }