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