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