UNPKG

ngx-editor

Version:

Rich Text Editor for angular using ProseMirror

9 lines (8 loc) 272 B
import type { EditorState } from 'prosemirror-state'; import { type Command } from 'prosemirror-commands'; declare class Blockqote { toggle(): Command; isActive(state: EditorState): boolean; canExecute(state: EditorState): boolean; } export default Blockqote;