UNPKG

@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) 277 B
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"; export { ON_DOC_LINK_REMOVE, ON_WIKI_LINK_REMOVE, ON_WORK_ITEM_LINK_REMOVE }; //# sourceMappingURL=constants.es.js.map