3 lines
137 B
TypeScript
3 lines
137 B
TypeScript
|
|
import type { WindowState } from "./types";
|
||
|
|
export declare function queryWindowState(sourcePaneId: string): Promise<WindowState | null>;
|