Files
pole-book/server/node_modules/player.style/themes/instaplay/dist/media-theme.d.ts

14 lines
350 B
TypeScript

import { MediaThemeElement } from 'media-chrome/dist/media-theme-element.js';
declare global {
interface HTMLElementTagNameMap {
'media-theme-instaplay': MediaThemeInstaplayElement;
}
}
declare class MediaThemeInstaplayElement extends MediaThemeElement {
static template: HTMLTemplateElement;
}
export default MediaThemeInstaplayElement;