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