UNPKG

ngx-editor

Version:

Rich Text Editor for angular using ProseMirror

5 lines (4 loc) 221 B
import { EditorState } from 'prosemirror-state'; import { NodeType } from 'prosemirror-model'; export declare const isNodeActive: (state: EditorState, type: NodeType, attrs?: any) => boolean; export default isNodeActive;