@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) • 406 B
JavaScript
;
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
const formats = require("./formats.cjs.js");
const module$1 = require("./module.cjs.js");
const tooltip = require("./tooltip.cjs.js");
exports.MathliveBlot = formats.MathliveBlot;
exports.MathliveModule = module$1.MathliveModule;
exports.MathliveTooltip = tooltip.MathliveTooltip;
//# sourceMappingURL=index.cjs.js.map