web-social-share
Version:
A Web Component to share urls and text on social networks
22 lines (16 loc) • 598 B
JavaScript
;
Object.defineProperty(exports, '__esModule', { value: true });
const index = require('./index-9a1244b4.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([["web-social-share.cjs",[[1,"web-social-share",{"show":[1028],"share":[16]}]]]], options);
});
};
exports.defineCustomElements = defineCustomElements;