UNPKG

@atlaskit/editor-plugin-code-block

Version:

Code block plugin for @atlaskit/editor-core

3 lines 228 B
import { PluginKey } from '@atlaskit/editor-prosemirror/state'; export const autoDetectPluginKey = new PluginKey('codeBlockAutoDetectPlugin'); export const getAutoDetectPluginState = state => autoDetectPluginKey.getState(state);