UNPKG

792 BJavaScriptView Raw
1import { p as promiseResolve, b as bootstrapLazy } from './global-287e88ce.js';
2import { g as globalScripts } from './app-globals-18edee35.js';
3
4/*
5 Stencil Client Patch Esm v2.6.0 | MIT Licensed | https://stenciljs.com
6 */
7const patchEsm = () => {
8 return promiseResolve();
9};
10
11const defineCustomElements = (win, options) => {
12 if (typeof window === 'undefined') return Promise.resolve();
13 return patchEsm().then(() => {
14 globalScripts();
15 return bootstrapLazy([["fsw-sign_4",[[1,"fsw-sign",{"sign":[1537],"styling":[1537],"sgnw":[32]}],[1,"fsw-symbol",{"symbol":[1537],"styling":[1537],"sgnw":[32]}],[1,"sgnw-sign",{"sign":[1537],"styling":[1537],"sgnw":[32]}],[1,"sgnw-symbol",{"symbol":[1537],"styling":[1537],"sgnw":[32]}]]]], options);
16 });
17};
18
19export { defineCustomElements };