UNPKG

wistia-video-element

Version:

A custom element for the Wistia player with an API that matches the `<video>` API

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