Skip to content
HomePagesHomePages template kit

GroupBinding

One declared group's binding — the id {@link SlotGroup} derives its `data-slot-group` marker from.

One declared group’s binding — the id {@link SlotGroup} derives its data-slot-group marker from.

Import from @homepages/template-kit.

export type GroupBinding = {
readonly id: string;
};