import { HlsBackgroundVideo } from "../../media/hls-background-video/adapter.js"; import "../../media/hls-background-video/index.js"; //#region src/define/media/hls-background-video.d.ts declare class HlsBackgroundVideoElement extends HlsBackgroundVideo { static readonly tagName = "hls-background-video"; } declare global { interface HTMLElementTagNameMap { [HlsBackgroundVideoElement.tagName]: HlsBackgroundVideoElement; } } //#endregion export { HlsBackgroundVideoElement }; //# sourceMappingURL=hls-background-video.d.ts.map