UNPKG

vp-outstream-player

Version:

Outstream video player with Google IMA integration

9 lines (7 loc) 186 B
export {}; declare global { interface Window { google?: any; // Or a more specific type if you have one vpOutstreamPlayer: (containerId?: string) => VpOutstreamPlayer | null; } }