UNPKG

prebid-react

Version:

React-focused Prebid.js integration package

9 lines (8 loc) 197 B
import { PrebidConfig } from '../types'; declare global { interface Window { pbjs: any; googletag: any; } } export declare const initPrebid: (config: PrebidConfig) => void;