@planbgmbh/flinkey-web-components
Version:
This project provides some Web Components built for usage in combination with the flinkey API.
18 lines (14 loc) • 548 B
JavaScript
import { p as promiseResolve, b as bootstrapLazy } from './index-7680a876.js';
/*
Stencil Client Patch Esm v2.13.0 | 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([["flinkey-keyfob-catalog",[[1,"flinkey-keyfob-catalog",{"brands":[32],"keys":[32],"dropdownOpen":[32]}]]]], options);
});
};
export { defineCustomElements };