UNPKG

media-show

Version:

Showcase your media player in style!

7 lines (6 loc) 243 B
// For now this class is primarily here for /web-dev-server.config.js hotReplacedCallback // @see https://open-wc.org/docs/development/hot-module-replacement/ class MsBaseElement extends HTMLElement { render() {} } export { MsBaseElement };