mui-tiptap
Version:
A Material-UI (MUI) styled WYSIWYG rich text editor, using Tiptap
47 lines (46 loc) • 4.6 kB
JavaScript
var __importDefault = (this && this.__importDefault) || function (mod) {
return (mod && mod.__esModule) ? mod : { "default": mod };
};
Object.defineProperty(exports, "__esModule", { value: true });
exports.Table = exports.SplitCellsHorizontal = exports.MergeCellsHorizontal = exports.LayoutRowFill = exports.LayoutColumnFill = exports.InsertRowTop = exports.InsertRowBottom = exports.InsertColumnRight = exports.InsertColumnLeft = exports.FormatInkHighlighterNoBar = exports.FormatInkHighlighter = exports.FormatColorTextNoBar = exports.FormatColorFillNoBar = exports.FormatColorBar = exports.DeleteRow = exports.DeleteColumn = exports.CodeBlock = exports.BorderColorNoBar = void 0;
// These icons fill some gaps in the @mui/icons-material icon set. We include
// them directly here rather than importing from an external package to reduce
// install size and external dependencies (see
// https://github.com/sjdemartini/mui-tiptap/issues/119).
var BorderColorNoBar_1 = require("./BorderColorNoBar");
Object.defineProperty(exports, "BorderColorNoBar", { enumerable: true, get: function () { return __importDefault(BorderColorNoBar_1).default; } });
var CodeBlock_1 = require("./CodeBlock");
Object.defineProperty(exports, "CodeBlock", { enumerable: true, get: function () { return __importDefault(CodeBlock_1).default; } });
var DeleteColumn_1 = require("./DeleteColumn");
Object.defineProperty(exports, "DeleteColumn", { enumerable: true, get: function () { return __importDefault(DeleteColumn_1).default; } });
var DeleteRow_1 = require("./DeleteRow");
Object.defineProperty(exports, "DeleteRow", { enumerable: true, get: function () { return __importDefault(DeleteRow_1).default; } });
var FormatColorBar_1 = require("./FormatColorBar");
Object.defineProperty(exports, "FormatColorBar", { enumerable: true, get: function () { return __importDefault(FormatColorBar_1).default; } });
var FormatColorFillNoBar_1 = require("./FormatColorFillNoBar");
Object.defineProperty(exports, "FormatColorFillNoBar", { enumerable: true, get: function () { return __importDefault(FormatColorFillNoBar_1).default; } });
var FormatColorTextNoBar_1 = require("./FormatColorTextNoBar");
Object.defineProperty(exports, "FormatColorTextNoBar", { enumerable: true, get: function () { return __importDefault(FormatColorTextNoBar_1).default; } });
var FormatInkHighlighter_1 = require("./FormatInkHighlighter");
Object.defineProperty(exports, "FormatInkHighlighter", { enumerable: true, get: function () { return __importDefault(FormatInkHighlighter_1).default; } });
var FormatInkHighlighterNoBar_1 = require("./FormatInkHighlighterNoBar");
Object.defineProperty(exports, "FormatInkHighlighterNoBar", { enumerable: true, get: function () { return __importDefault(FormatInkHighlighterNoBar_1).default; } });
var InsertColumnLeft_1 = require("./InsertColumnLeft");
Object.defineProperty(exports, "InsertColumnLeft", { enumerable: true, get: function () { return __importDefault(InsertColumnLeft_1).default; } });
var InsertColumnRight_1 = require("./InsertColumnRight");
Object.defineProperty(exports, "InsertColumnRight", { enumerable: true, get: function () { return __importDefault(InsertColumnRight_1).default; } });
var InsertRowBottom_1 = require("./InsertRowBottom");
Object.defineProperty(exports, "InsertRowBottom", { enumerable: true, get: function () { return __importDefault(InsertRowBottom_1).default; } });
var InsertRowTop_1 = require("./InsertRowTop");
Object.defineProperty(exports, "InsertRowTop", { enumerable: true, get: function () { return __importDefault(InsertRowTop_1).default; } });
var LayoutColumnFill_1 = require("./LayoutColumnFill");
Object.defineProperty(exports, "LayoutColumnFill", { enumerable: true, get: function () { return __importDefault(LayoutColumnFill_1).default; } });
var LayoutRowFill_1 = require("./LayoutRowFill");
Object.defineProperty(exports, "LayoutRowFill", { enumerable: true, get: function () { return __importDefault(LayoutRowFill_1).default; } });
var MergeCellsHorizontal_1 = require("./MergeCellsHorizontal");
Object.defineProperty(exports, "MergeCellsHorizontal", { enumerable: true, get: function () { return __importDefault(MergeCellsHorizontal_1).default; } });
var SplitCellsHorizontal_1 = require("./SplitCellsHorizontal");
Object.defineProperty(exports, "SplitCellsHorizontal", { enumerable: true, get: function () { return __importDefault(SplitCellsHorizontal_1).default; } });
var Table_1 = require("./Table");
Object.defineProperty(exports, "Table", { enumerable: true, get: function () { return __importDefault(Table_1).default; } });
;