UNPKG

@thi.ng/layout

Version:

Configurable nested 2D grid layout generators

3 lines 231 B
import type { CellSpan, LayoutBox } from "./api.js"; export declare const layoutBox: (x: number, y: number, w: number, h: number, cw: number, ch: number, gap: number, span?: CellSpan) => LayoutBox; //# sourceMappingURL=box.d.ts.map