Skip to content
HomePagesHomePages template kit

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.

export type UrlSlot = SlotBase & {
type: "url";
accepts?: string;
};