@opentiny/fluent-editor
Version:
A rich text editor based on Quill 2.0, which extends rich modules and formats on the basis of Quill. It's powerful and out-of-the-box.
10 lines (9 loc) • 442 B
JavaScript
;
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
const ON_WIKI_LINK_REMOVE = "wiki-link/remove";
const ON_DOC_LINK_REMOVE = "doc-link/remove";
const ON_WORK_ITEM_LINK_REMOVE = "work-item-link/remove";
exports.ON_DOC_LINK_REMOVE = ON_DOC_LINK_REMOVE;
exports.ON_WIKI_LINK_REMOVE = ON_WIKI_LINK_REMOVE;
exports.ON_WORK_ITEM_LINK_REMOVE = ON_WORK_ITEM_LINK_REMOVE;
//# sourceMappingURL=constants.cjs.js.map