import { Plugin } from 'prosemirror-state'; /** * Plugin that removes empty run nodes inside paragraphs after transactions change the document. * Aggregates changed ranges from mapped steps to delete empty runs produced by edits or transforms. */ export const cleanupEmptyRunsPlugin: Plugin; //# sourceMappingURL=cleanupEmptyRunsPlugin.d.ts.map