On this page
types.SplitSize
- Module
- types
- Package
- @libtmux/libtmux
- Source
- packages/libtmux/src/types.ts
-
An authenticated cell count or canonical percentage for a pane split.
Examples
import type { SplitSize } from "libtmux"; const size: SplitSize = "30%"; void size;
0 declared, 0 inherited