# types.SplitSize

- **Module:** types
- **Package:** @libtmux/libtmux
- **Language:** TypeScript
- **Kind:** typealias
- **Source:** https://github.com/libtmux/libtmux-ts/blob/2cb93308200da38a26b59876618116850f110607/packages/libtmux/src/types.ts#L190
- **Page:** https://libtmux.org/reference/ts/types-splitsize-1i84/

An authenticated cell count or canonical percentage for a pane split.

## Example

```ts
import type { SplitSize } from "libtmux";
const size: SplitSize = "30%";
void size;
```
