@progress/kendo-react-editor
Version:
Kendo UI for React Editor package
19 lines • 731 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
var kendo_editor_common_1 = require("@progress/kendo-editor-common");
var proseMirrorTool_1 = require("./proseMirrorTool");
/**
* @hidden
*/
var HistoryToolNS;
(function (HistoryToolNS) {
/**
* @hidden
*/
HistoryToolNS.createUndoTool = function (settings) { return proseMirrorTool_1.createProseMirrorTool(settings, kendo_editor_common_1.undo); };
/**
* @hidden
*/
HistoryToolNS.createRedoTool = function (settings) { return proseMirrorTool_1.createProseMirrorTool(settings, kendo_editor_common_1.redo); };
})(HistoryToolNS = exports.HistoryToolNS || (exports.HistoryToolNS = {}));
//# sourceMappingURL=history.js.map