web-social-share
Version:
A Web Component to share urls and text on social networks
18 lines (14 loc) • 516 B
JavaScript
import { p as promiseResolve, b as bootstrapLazy } from './index-bcb8a476.js';
/*
Stencil Client Patch Esm v2.6.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([["web-social-share",[[1,"web-social-share",{"show":[1028],"share":[16]}]]]], options);
});
};
export { defineCustomElements };