UNPKG

@atlaskit/editor-plugin-table

Version:

Table plugin for the @atlaskit/editor

8 lines (7 loc) 303 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.tableViewModeSortPluginKey = void 0; var _state = require("@atlaskit/editor-prosemirror/state"); var tableViewModeSortPluginKey = exports.tableViewModeSortPluginKey = new _state.PluginKey('tableViewModeSortPlugin');