UNPKG

ngx-editor

Version:

Rich Text Editor for angular using ProseMirror

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