UNPKG

@atlaskit/editor-plugin-code-block

Version:

Code block plugin for @atlaskit/editor-core

10 lines (9 loc) 283 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.getPluginState = void 0; var _pluginKey = require("./plugin-key"); var getPluginState = exports.getPluginState = function getPluginState(state) { return _pluginKey.pluginKey.getState(state); };