UNPKG

@codeperate/opgl-ui-library

Version:

Opengamela UI Library

22 lines (16 loc) 677 B
'use strict'; Object.defineProperty(exports, '__esModule', { value: true }); const index = require('./index-7a94a2c6.js'); /* Stencil Client Patch Esm v2.6.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([["opgl-input.cjs",[[0,"opgl-input",{"props":[16],"validate":[32],"_props":[32]}]]],["opgl-toggle.cjs",[[0,"opgl-toggle",{"inputProps":[16],"checked":[32]}]]]], options); }); }; exports.defineCustomElements = defineCustomElements;