UNPKG

ngx-editor

Version:

The Rich Text Editor for Angular, Built on ProseMirror

8 lines (7 loc) 224 B
import type { Command } from 'prosemirror-state'; import { InsertCommand } from './types'; declare class FormatClear implements InsertCommand { insert(): Command; canExecute(): boolean; } export default FormatClear;