UNPKG

@atlaskit/editor-plugin-text-formatting

Version:

Text-formatting plugin for @atlaskit/editor-core

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