stencil-quill
Version:
Native web component for quill editor
13 lines (10 loc) • 1.15 kB
JavaScript
import { b as bootstrapLazy } from './index-c6a20355.js';
export { s as setNonce } from './index-c6a20355.js';
import { g as globalScripts } from './app-globals-0f993ce5.js';
const defineCustomElements = async (win, options) => {
if (typeof window === 'undefined') return undefined;
await globalScripts();
return bootstrapLazy([["quill-editor_3",[[6,"quill-editor",{"format":[1],"bounds":[1],"content":[1],"debug":[1],"formats":[16],"modules":[1],"placeholder":[1],"readOnly":[4,"read-only"],"styles":[1],"theme":[1],"customToolbarPosition":[1,"custom-toolbar-position"],"defaultEmptyValue":[8,"default-empty-value"]},null,{"content":["updateContent"],"readOnly":["updateReadOnly"],"placeholder":["updatePlaceholder"],"styles":["updateStyle"]}],[2,"quill-view",{"format":[1],"content":[1],"debug":[1],"formats":[16],"modules":[1],"strict":[4],"styles":[1],"theme":[1],"defaultEmptyValue":[8,"default-empty-value"]},null,{"styles":["updateStyle"],"content":["updateContent"]}],[2,"quill-view-html",{"content":[1],"theme":[1]},null,{"theme":["updateTheme"]}]]]], options);
};
export { defineCustomElements };
//# sourceMappingURL=loader.js.map