@planbgmbh/flinkey-web-components
Version:
This project provides some Web Components built for usage in combination with the flinkey API.
22 lines (16 loc) • 630 B
JavaScript
;
Object.defineProperty(exports, '__esModule', { value: true });
const index = require('./index-73aa23d8.js');
/*
Stencil Client Patch Esm v2.13.0 | MIT Licensed | https://stenciljs.com
*/
const patchEsm = () => {
return index.promiseResolve();
};
const defineCustomElements = (win, options) => {
if (typeof window === 'undefined') return Promise.resolve();
return patchEsm().then(() => {
return index.bootstrapLazy([["flinkey-keyfob-catalog.cjs",[[1,"flinkey-keyfob-catalog",{"brands":[32],"keys":[32],"dropdownOpen":[32]}]]]], options);
});
};
exports.defineCustomElements = defineCustomElements;