UNPKG

@atlaskit/editor-plugin-limited-mode

Version:

LimitedMode plugin for @atlaskit/editor-core

6 lines (5 loc) 333 B
import { SafePlugin } from '@atlaskit/editor-common/safe-plugin'; import { PluginKey } from '@atlaskit/editor-prosemirror/state'; import type { LimitedModePluginState } from '../limitedModePluginType'; export declare const limitedModePluginKey: PluginKey; export declare const createPlugin: () => SafePlugin<LimitedModePluginState>;