UNPKG

@atlaskit/editor-plugin-expand

Version:

Expand plugin for @atlaskit/editor-core

3 lines (2 loc) 143 B
import type { EditorState } from '@atlaskit/editor-prosemirror/state'; export declare const isNestedInExpand: (state: EditorState) => boolean;