UNPKG

video-ad-sdk

Version:

VAST/VPAID SDK that allows video ads to be played on top of any player

4 lines (3 loc) 257 B
import { VideoAdContainer } from '../../../adContainer'; import type { VpaidCreativeAdUnit, VastChain } from '../../../types'; export declare const initAd: (creativeAd: VpaidCreativeAdUnit, videoAdContainer: VideoAdContainer, vastChain: VastChain) => void;