UNPKG

ngx-editor

Version:

The Rich Text Editor for Angular, Built on ProseMirror

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