UNPKG

@zodiac-ui/editor

Version:

A rich text editor for Angular based on `@atlaskit/editor-core`.

7 lines (6 loc) 263 B
/** * Function will create a list of wrapper blocks present in a selection. */ import { NodeType } from "prosemirror-model"; import { EditorState } from "prosemirror-state"; export declare function getSelectedWrapperNodes(state: EditorState): NodeType[];