UNPKG

shaka-video-element

Version:

Custom element (web component) for Shaka Player

13 lines (11 loc) 334 B
declare class CustomVideoElement extends HTMLVideoElement { static readonly observedAttributes: string[]; attributeChangedCallback( attrName: string, oldValue?: string | null, newValue?: string | null ): void; connectedCallback(): void; disconnectedCallback(): void; } export { CustomVideoElement as default };