@progress/kendo-react-editor
Version:
React Editor enables users to create rich text content through a WYSIWYG interface. KendoReact Editor package
17 lines (16 loc) • 654 B
JavaScript
/**
* @license
*-------------------------------------------------------------------------------------------
* Copyright © 2025 Progress Software Corporation. All rights reserved.
* Licensed under commercial license. See LICENSE.md in the package root for more information
*-------------------------------------------------------------------------------------------
*/
import { undo as a, redo as d } from "@progress/kendo-editor-common";
import { createProseMirrorTool as e } from "./proseMirrorTool.mjs";
var t;
((r) => {
r.createUndoTool = (o) => e(o, a), r.createRedoTool = (o) => e(o, d);
})(t || (t = {}));
export {
t as HistoryToolNS
};