UNPKG

video-ad-sdk

Version:

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

4 lines (3 loc) 243 B
import { VideoAdContainer } from '../../../../adContainer'; import type { CancelFunction } from '../../../../types'; export declare const onTimeUpdate: ({ videoElement }: VideoAdContainer, callback: (event: string) => void) => CancelFunction;