VideoSlotDef
The serialized shape the `video` builder emits — a `video`-kind `SlotDef`.
The serialized shape the video builder emits — a video-kind SlotDef.
Import from @homepages/template-kit.
Signature
Section titled “Signature”export interface VideoSlotDef extends Head { type: "video"; frame?: FrameConfig; playback?: PlaybackConfig; sources?: VideoSources;}