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 { TimeElement } from '../ui/time/TimeElement'; safelyDefineCustomElement('vds-time', TimeElement); declare global { interface HTMLElementTagNameMap { 'vds-time': TimeElement; } }