UNPKG

@atlaskit/editor-plugin-mentions

Version:

Mentions plugin for @atlaskit/editor-core

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