UNPKG

ngx-editor

Version:

The Rich Text Editor for Angular, Built on ProseMirror

4 lines (3 loc) 158 B
import { MarkType } from 'prosemirror-model'; import { type Command } from 'prosemirror-state'; export declare const removeMark: (type: MarkType) => Command;