UNPKG

jsx-md

Version:

Generate markdown files with a React-like syntax.

4 lines (3 loc) 163 B
import { MarkdownElement } from "./model"; /** Renders a markdown element into text. */ export declare function render(element: MarkdownElement): Promise<string>;