UNPKG

@aidenlx/player

Version:

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

12 lines (8 loc) 308 B
import { safelyDefineCustomElement } from '@vidstack/foundation'; import { TimeSliderElement } from '../ui/time-slider/TimeSliderElement'; safelyDefineCustomElement('vds-time-slider', TimeSliderElement); declare global { interface HTMLElementTagNameMap { 'vds-time-slider': TimeSliderElement; } }