UNPKG

@curvenote/schema

Version:

Schema and markdown parser for @curvenote/editor

4 lines (3 loc) 234 B
import type { Parser } from '../types'; import type { UseSchema } from '../../schemas'; export declare function fromHTML(content: string, useSchema: UseSchema, document: Document, DOMParser: Parser): import("prosemirror-model").Node;