UNPKG

medium-proeditor

Version:

A powerful & customizable Medium-style rich text editor

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