UNPKG

ngx-editor

Version:

Rich Text Editor for angular using ProseMirror

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