UNPKG

media-chrome

Version:

Custom elements (web components) for making audio and video player controls that look great in your website or app.

9 lines (8 loc) 326 B
export declare class CustomElement extends HTMLElement { static get observedAttributes(): any[]; attributeChangedCallback(attrName: string, // eslint-disable-line oldValue: string | null, // eslint-disable-line newValue: string | null): void; connectedCallback(): void; disconnectedCallback(): void; }