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