@progress/kendo-react-editor
Version:
Kendo UI for React Editor package
21 lines • 1.68 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
var Editor_1 = require("./Editor");
exports.Editor = Editor_1.default;
var main_1 = require("./tools/main");
exports.EditorTools = main_1.EditorTools;
var toolsSettings_1 = require("./config/toolsSettings");
exports.EditorToolsSettings = toolsSettings_1.EditorToolsSettings;
var utils_1 = require("./utils");
exports.EditorUtils = utils_1.EditorUtils;
var main_2 = require("./dialogs/main");
exports.EditorDialogs = main_2.EditorDialogs;
var kendo_editor_common_1 = require("@progress/kendo-editor-common");
var ProseMirror = {
EditorState: kendo_editor_common_1.EditorState, Plugin: kendo_editor_common_1.Plugin, PluginKey: kendo_editor_common_1.PluginKey, Transaction: kendo_editor_common_1.Transaction, EditorView: kendo_editor_common_1.EditorView, Decoration: kendo_editor_common_1.Decoration, DecorationSet: kendo_editor_common_1.DecorationSet,
Schema: kendo_editor_common_1.Schema, NodeType: kendo_editor_common_1.NodeType, Node: kendo_editor_common_1.Node, MarkType: kendo_editor_common_1.MarkType, Mark: kendo_editor_common_1.Mark,
keymap: kendo_editor_common_1.keymap, baseKeymap: kendo_editor_common_1.baseKeymap, history: kendo_editor_common_1.history, dropCursor: kendo_editor_common_1.dropCursor, gapCursor: kendo_editor_common_1.gapCursor, tableNodes: kendo_editor_common_1.tableNodes,
InputRule: kendo_editor_common_1.InputRule, inputRules: kendo_editor_common_1.inputRules, wrappingInputRule: kendo_editor_common_1.wrappingInputRule, textblockTypeInputRule: kendo_editor_common_1.textblockTypeInputRule
};
exports.ProseMirror = ProseMirror;
//# sourceMappingURL=main.js.map