UNPKG

medium-proeditor

Version:

A powerful & customizable Medium-style rich text editor

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