SectionLayoutEntry
A section-level layout entry: a bare row or a `group(...)` card.
A section-level layout entry: a bare row or a group(...) card.
Import from @homepages/template-kit.
Signature
Section titled “Signature”export type SectionLayoutEntry<K extends string> = LayoutRow<K> | GroupCard<K>;