@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) • 400 B
JavaScript
;
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
const ON_MENTION_LINK_REMOVE = "mention-link/remove";
const MENTION_CHAR = "mentionChar";
const DEFAULT_MENTION_CHAR = "@";
exports.DEFAULT_MENTION_CHAR = DEFAULT_MENTION_CHAR;
exports.MENTION_CHAR = MENTION_CHAR;
exports.ON_MENTION_LINK_REMOVE = ON_MENTION_LINK_REMOVE;
//# sourceMappingURL=constants.cjs.js.map