UNPKG

video-ad-sdk

Version:

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

4 lines (3 loc) 254 B
import { VideoAdContainer } from '../../../adContainer'; import type { VastChain, VpaidCreativeAdUnit } from '../../../types'; export declare const loadCreative: (vastChain: VastChain, videoAdContainer: VideoAdContainer) => Promise<VpaidCreativeAdUnit>;