UNPKG

ngx-editor

Version:

Rich Text Editor for angular using ProseMirror

5 lines (4 loc) 208 B
import { EditorState } from 'prosemirror-state'; import { MarkType } from 'prosemirror-model'; export declare const isMarkActive: (state: EditorState, type: MarkType) => boolean; export default isMarkActive;