UNPKG

605 BJavaScriptView Raw
1import { p as promiseResolve, b as bootstrapLazy } from './index-4515ce16.js';
2
3/*
4 Stencil Client Patch Esm v2.5.2 | MIT Licensed | https://stenciljs.com
5 */
6const patchEsm = () => {
7 return promiseResolve();
8};
9
10const defineCustomElements = (win, options) => {
11 if (typeof window === 'undefined') return Promise.resolve();
12 return patchEsm().then(() => {
13 return bootstrapLazy([["two-columns-with-headers",[[1,"two-columns-with-headers",{"beforeSwipe":[64],"afterSwipe":[64],"lazyLoadContent":[64],"revealContent":[64],"hideContent":[64]}]]]], options);
14 });
15};
16
17export { defineCustomElements };