/** * Standard IAB banner slot types. Setting `data-slot-type` automatically * infers `data-surface="ad-slot"` and the correct width/height. */ export type AdSlotType = "mobile-leaderboard" | "medium-rectangle" | "leaderboard" | "half-page" | "large-rectangle" | "skyscraper" | "billboard"; //# sourceMappingURL=publisherAssistantEmbed.d.ts.map