@huluvu424242/honey-papercss-style
Version:
styles to apply with honey webcomponents.
18 lines (14 loc) • 495 B
JavaScript
import { p as promiseResolve, b as bootstrapLazy } from './index-cdfb42db.js';
/*
Stencil Client Patch Esm v2.8.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([["honey-papercss-style",[[0,"honey-papercss-style"]]]], options);
});
};
export { defineCustomElements };