Skip to content
HomePagesHomePages template kit

DocumentSlotDef

The serialized shape the `document` builder emits — a `document`-kind `SlotDef`.

The serialized shape the document builder emits — a document-kind SlotDef.

Import from @homepages/template-kit.

export interface DocumentSlotDef extends Head {
type: "document";
}