UNPKG

@progress/kendo-react-editor

Version:

React Editor enables users to create rich text content through a WYSIWYG interface. KendoReact Editor package

9 lines (8 loc) 734 B
/** * @license *------------------------------------------------------------------------------------------- * Copyright © 2025 Progress Software Corporation. All rights reserved. * Licensed under commercial license. See LICENSE.md in the package root for more information *------------------------------------------------------------------------------------------- */ "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("@progress/kendo-editor-common"),t=require("./proseMirrorTool.js");exports.HistoryToolNS=void 0;(r=>{r.createUndoTool=o=>t.createProseMirrorTool(o,e.undo),r.createRedoTool=o=>t.createProseMirrorTool(o,e.redo)})(exports.HistoryToolNS||(exports.HistoryToolNS={}));