@atlaskit/editor-plugin-table
Version:
Table plugin for the @atlaskit/editor
11 lines (9 loc) • 322 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.pluginKey = void 0;
var _state = require("@atlaskit/editor-prosemirror/state");
/* eslint-disable @atlaskit/editor/no-re-export */
// Entry file in package.json
var pluginKey = exports.pluginKey = new _state.PluginKey('tablePlugin');