mastodon-share-button
Version:
Stencil Mastodon share button
14 lines (9 loc) • 603 B
JavaScript
;
Object.defineProperty(exports, '__esModule', { value: true });
const core = require('./core-854ec2e0.js');
const defineCustomElements = (win, options) => {
return core.patchEsm().then(() => {
core.bootstrapLazy([["mastodon-share-button.cjs",[[1,"mastodon-share-button",{"share_button_text":[1],"close_button_text":[1],"send_button_text":[1],"modal_title":[1],"other_instance_text":[1],"icon_url":[1],"share_message":[1],"open":[4],"dark_mode":[4],"instances":[1],"selected_instance":[32],"value":[32]}]]]], options);
});
};
exports.defineCustomElements = defineCustomElements;