UNPKG

@atlaskit/editor-plugin-width

Version:

Width plugin for @atlaskit/editor-core

4 lines (3 loc) 220 B
import type { EditorContainerWidth as WidthPluginState } from '@atlaskit/editor-common/types'; import { PluginKey } from '@atlaskit/editor-prosemirror/state'; export declare const pluginKey: PluginKey<WidthPluginState>;