UNPKG

621 BJavaScriptView Raw
1import { p as promiseResolve, b as bootstrapLazy } from './index-4515ce16.js';
2
3/*
4 Stencil Client Patch Browser v2.5.2 | MIT Licensed | https://stenciljs.com
5 */
6const patchBrowser = () => {
7 const importMeta = import.meta.url;
8 const opts = {};
9 if (importMeta !== '') {
10 opts.resourcesUrl = new URL('.', importMeta).href;
11 }
12 return promiseResolve(opts);
13};
14
15patchBrowser().then(options => {
16 return bootstrapLazy([["two-columns-with-headers",[[1,"two-columns-with-headers",{"beforeSwipe":[64],"afterSwipe":[64],"lazyLoadContent":[64],"revealContent":[64],"hideContent":[64]}]]]], options);
17});