need dist for plugins
Signed-off-by: Dmytro Stanchiev <git@dmytros.dev>
This commit is contained in:
8
dist/features/tmux-subagent/pane-state-parser.d.ts
vendored
Normal file
8
dist/features/tmux-subagent/pane-state-parser.d.ts
vendored
Normal file
@@ -0,0 +1,8 @@
|
||||
import type { TmuxPaneInfo } from "./types";
|
||||
type ParsedPaneState = {
|
||||
windowWidth: number;
|
||||
windowHeight: number;
|
||||
panes: TmuxPaneInfo[];
|
||||
};
|
||||
export declare function parsePaneStateOutput(stdout: string): ParsedPaneState | null;
|
||||
export {};
|
||||
Reference in New Issue
Block a user