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.

16 lines (15 loc) 327 B
"use strict"; Object.defineProperties(exports, { __esModule: { value: true }, [Symbol.toStringTag]: { value: "Module" } }); class Action { constructor(formatter) { this.formatter = formatter; } onCreate() { } onDestroy() { } onUpdate() { } } exports.default = Action; //# sourceMappingURL=Action.cjs.js.map