@atlaskit/editor-plugin-selection
Version:
Selection plugin for @atlaskit/editor-core
8 lines (7 loc) • 307 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.markBoundaryCursorPluginKey = void 0;
var _state = require("@atlaskit/editor-prosemirror/state");
var markBoundaryCursorPluginKey = exports.markBoundaryCursorPluginKey = new _state.PluginKey('markBoundaryCursorPlugin');