Skip to content
HomePagesHomePages template kit

LayoutRow

One layout row: a slot key (full-width) or a `[a, b]` 2-up pair, keyed to real slots.

One layout row: a slot key (full-width) or a [a, b] 2-up pair, keyed to real slots.

Import from @homepages/template-kit.

export type LayoutRow<K extends string> = K | readonly [
K,
K
];