UNPKG

ngx-editor

Version:

Rich Text Editor for angular using ProseMirror

4 lines (3 loc) 184 B
import { MarkType } from 'prosemirror-model'; import { Command } from 'prosemirror-commands'; export declare const applyMark: (type: MarkType, attrs?: Record<string, any>) => Command;