UNPKG

@rigu/svelte-gpt

Version:

Svelte library to render google ADS using google gpt

6 lines (5 loc) 172 B
/// <reference types="google-publisher-tag" /> export type SlotSize = googletag.GeneralSize; export interface SlotSizeMapping { [key: string]: googletag.GeneralSize; }