ImageSlotDef
The serialized shape the `image` builder emits — an `image`-kind `SlotDef`.
The serialized shape the image builder emits — an image-kind SlotDef.
Import from @homepages/template-kit.
Signature
Section titled “Signature”export interface ImageSlotDef extends Head { type: "image"; crop?: CropConfig; frame?: FrameConfig; sourceFilter?: SourceFilter;}