UNPKG

ngx-editor

Version:

Rich Text Editor for angular using ProseMirror

8 lines (7 loc) 239 B
import type { EditorState } from 'prosemirror-state'; import type { Command } from 'prosemirror-commands'; declare class HorizontalRule { insert(): Command; canExecute(state: EditorState): boolean; } export default HorizontalRule;