UNPKG

@atlaskit/editor-plugin-toolbar

Version:

Toolbar plugin for @atlaskit/editor-core

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