UNPKG

ngx-editor

Version:

The Rich Text Editor for Angular, Built on ProseMirror

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