UNPKG

ngx-editor

Version:

The Rich Text Editor for Angular, Built on 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;