UNPKG

@aidenlx/player

Version:

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

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