UNPKG

@atlaskit/editor-plugin-image-upload

Version:

Image upload plugin for @atlaskit/editor-core

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