@huluvu424242/honey-papercss-style
Version:
styles to apply with honey webcomponents.
22 lines (16 loc) • 577 B
JavaScript
;
Object.defineProperty(exports, '__esModule', { value: true });
const index = require('./index-365b1eab.js');
/*
Stencil Client Patch Esm v2.8.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([["honey-papercss-style.cjs",[[0,"honey-papercss-style"]]]], options);
});
};
exports.defineCustomElements = defineCustomElements;