@codeperate/opgl-ui-library
Version:
Opengamela UI Library
20 lines (16 loc) • 803 B
JavaScript
;
const index = require('./index-7a94a2c6.js');
/*
Stencil Client Patch Browser v2.6.0 | MIT Licensed | https://stenciljs.com
*/
const patchBrowser = () => {
const importMeta = (typeof document === 'undefined' ? new (require('u' + 'rl').URL)('file:' + __filename).href : (document.currentScript && document.currentScript.src || new URL('opgl-ui-library.cjs.js', document.baseURI).href));
const opts = {};
if (importMeta !== '') {
opts.resourcesUrl = new URL('.', importMeta).href;
}
return index.promiseResolve(opts);
};
patchBrowser().then(options => {
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);
});