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.
Signature
Section titled “Signature”export type LayoutRow<K extends string> = K | readonly [ K, K];