@cascadiajs/discord-mirror
Version:
A web component for displaying current activity within a Discord Channel
18 lines (14 loc) • 654 B
JavaScript
import { p as promiseResolve, b as bootstrapLazy } from './index-6a03c1fe.js';
/*
Stencil Client Patch Esm v2.8.1 | MIT Licensed | https://stenciljs.com
*/
const patchEsm = () => {
return promiseResolve();
};
const defineCustomElements = (win, options) => {
if (typeof window === 'undefined') return Promise.resolve();
return patchEsm().then(() => {
return bootstrapLazy([["discord-mirror_2",[[1,"discord-mirror",{"url":[1],"token":[1],"useStyles":[4,"use-styles"],"highlightTheme":[1,"highlight-theme"],"scrollToLatest":[32],"messages":[32],"loading":[32]}],[1,"loading-indicator"]]]], options);
});
};
export { defineCustomElements };