UNPKG

medium-proeditor

Version:

A powerful & customizable Medium-style rich text editor

3 lines 202 B
import { type Fragment, type Schema } from 'prosemirror-model'; export declare function getHTMLFromFragment(fragment: Fragment, schema: Schema): string; //# sourceMappingURL=getHTMLFromFragment.d.ts.map