import type { Layout } from "./Layout.js"; import type { Orientation } from "./Orientation.js"; export type SplitLayout = { children: Array; sizes: Array; orientation: Orientation; };