UNPKG

medium-proeditor

Version:

A powerful & customizable Medium-style rich text editor

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