UNPKG

@aidenlx/player

Version:

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

7 lines 207 B
import { VideoElement } from '../types/providers/video/VideoElement'; declare global { interface HTMLElementTagNameMap { 'vds-video': VideoElement; } } //# sourceMappingURL=vds-video.d.ts.map