UNPKG

medium-proeditor

Version:

A powerful & customizable Medium-style rich text editor

3 lines 216 B
import type { EditorState, Transaction } from 'prosemirror-state'; export declare function undoInputRule(state: EditorState, dispatch?: (tr: Transaction) => void): boolean; //# sourceMappingURL=undoInputRule.d.ts.map