UNPKG

@tiptap/core

Version:

headless rich text editor

3 lines (2 loc) 142 B
import { Fragment, Schema } from '@tiptap/pm/model'; export declare function getHTMLFromFragment(fragment: Fragment, schema: Schema): string;