UNPKG

@atlaskit/editor-plugin-width

Version:

Width plugin for @atlaskit/editor-core

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