UNPKG

@curvenote/schema

Version:

Schema and markdown parser for @curvenote/editor

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