UNPKG

@aidenlx/player

Version:

Headless web components that make integrating media on the a web a breeze.

7 lines 212 B
import { MediaUiElement } from '../types/media/ui/MediaUiElement'; declare global { interface HTMLElementTagNameMap { 'vds-media-ui': MediaUiElement; } } //# sourceMappingURL=vds-media-ui.d.ts.map