UNPKG

ngx-editor

Version:

Rich Text Editor for angular using ProseMirror

5 lines (4 loc) 197 B
import { EditorState } from 'prosemirror-state'; import { Node } from 'prosemirror-model'; export declare const getSelectionNodes: (state: EditorState) => Node[]; export default getSelectionNodes;