UNPKG

@aidenlx/player

Version:

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

7 lines 233 B
import { TimeSliderElement } from '../types/ui/time-slider/TimeSliderElement'; declare global { interface HTMLElementTagNameMap { 'vds-time-slider': TimeSliderElement; } } //# sourceMappingURL=vds-time-slider.d.ts.map