need dist for plugins
Signed-off-by: Dmytro Stanchiev <git@dmytros.dev>
This commit is contained in:
2
dist/features/tmux-subagent/pane-state-querier.d.ts
vendored
Normal file
2
dist/features/tmux-subagent/pane-state-querier.d.ts
vendored
Normal file
@@ -0,0 +1,2 @@
|
||||
import type { WindowState } from "./types";
|
||||
export declare function queryWindowState(sourcePaneId: string): Promise<WindowState | null>;
|
||||
Reference in New Issue
Block a user