@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.
12 lines (11 loc) • 516 B
JavaScript
;
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
const fontSize = require("./font-size.cjs.js");
const fontStyle = require("./font-style.cjs.js");
const lineHeight = require("./line-height.cjs.js");
const textIndent = require("./text-indent.cjs.js");
exports.SizeStyle = fontSize.SizeStyle;
exports.FontStyle = fontStyle.FontStyle;
exports.LineHeightStyle = lineHeight.LineHeightStyle;
exports.TextIndentStyle = textIndent.TextIndentStyle;
//# sourceMappingURL=index.cjs.js.map