Type alias Container

Container: ProportionalItem & {
    children: LayoutItem[];
    type: "row" | "column";
}

Represents a column or row configuration in a page.

Type declaration

Generated using TypeDoc