UNPKG

@aidenlx/player

Version:

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

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