UNPKG

@aidenlx/player

Version:

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

12 lines (8 loc) 263 B
import { safelyDefineCustomElement } from '@vidstack/foundation'; import { HlsElement } from '../providers/hls/HlsElement'; safelyDefineCustomElement('vds-hls', HlsElement); declare global { interface HTMLElementTagNameMap { 'vds-hls': HlsElement; } }