UNPKG

@curvenote/schema

Version:

Schema and markdown parser for @curvenote/editor

3 lines (2 loc) 175 B
import type { UseSchema } from '../../schemas'; export declare function fromText(content: string, useSchema: UseSchema, document: Document): import("prosemirror-model").Node;