@atlaskit/editor-plugin-table
Version:
Table plugin for the @atlaskit/editor
14 lines (13 loc) • 355 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.CLEAR_CELLS_ITEM = exports.BACKGROUND_COLOR_ITEM = void 0;
var BACKGROUND_COLOR_ITEM = exports.BACKGROUND_COLOR_ITEM = {
type: 'menu-item',
key: 'background-color'
};
var CLEAR_CELLS_ITEM = exports.CLEAR_CELLS_ITEM = {
type: 'menu-item',
key: 'clear-cells'
};