TextSlotDef
The serialized shape `text.short`/`.medium`/`.long` emit — a `text`-kind `SlotDef`.
The serialized shape text.short/.medium/.long emit — a text-kind SlotDef.
Import from @homepages/template-kit.
Signature
Section titled “Signature”export interface TextSlotDef<Size extends "short" | "medium" | "long"> extends Head { type: "text"; size: Size; cap?: number;}