import type { MonitorId } from "./MonitorId.js"; import type { Rect } from "./Rect.js"; export type PhysicalMonitor = { id: MonitorId; name: string; rect: Rect; scaleFactor: number; isPrimary: boolean; }; //# sourceMappingURL=PhysicalMonitor.d.ts.map