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) 242 B
const ON_MENTION_LINK_REMOVE = "mention-link/remove"; const MENTION_CHAR = "mentionChar"; const DEFAULT_MENTION_CHAR = "@"; export { DEFAULT_MENTION_CHAR, MENTION_CHAR, ON_MENTION_LINK_REMOVE }; //# sourceMappingURL=constants.es.js.map