UrlSlotDef
The serialized shape the `url` builder emits — a `url`-kind `SlotDef`.
The serialized shape the url builder emits — a url-kind SlotDef.
Import from @homepages/template-kit.
Signature
Section titled “Signature”export interface UrlSlotDef extends Head { type: "url"; accepts?: LinkKind | LinkProviderId;}