TextSlot
Kind-level def type for a `text` slot — `SlotBinding<TextSlot>` accepts any text slot.
Kind-level def type for a text slot — SlotBinding<TextSlot> accepts any text slot.
Import from @homepages/template-kit.
Signature
Section titled “Signature”export type TextSlot = SlotBase & { type: "text"; size?: string; cap?: number;};