PoiSlot
Kind-level def type for a `poi` slot — one platform-built place; `SlotBinding<PoiSlot>` accepts any poi slot.
Kind-level def type for a poi slot — one platform-built place; SlotBinding<PoiSlot> accepts any poi slot.
Import from @homepages/template-kit.
Signature
Section titled “Signature”export type PoiSlot = SlotBase & { type: "poi";};