UNPKG

video-ad-sdk

Version:

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

8 lines (7 loc) 255 B
import type { VastIcon } from '../../../types'; interface HtmlResourceOptions { document: Document; data: VastIcon; } export declare const createHtmlResource: (source: string, { document, data }: HtmlResourceOptions) => HTMLDivElement; export {};