chore: include pre-built dist for github install
This commit is contained in:
@@ -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