UNPKG

@martin-hillford/markdown-ts-react

Version:

This is a React wrapper for the markdown-ts library. Please, see <https://github.com/martin-hillford/markdown-ts> for more information on the supported syntax.

6 lines (5 loc) 189 B
import { Options } from '@martin-hillford/markdown-ts'; export declare const MarkDown: (props: { markdown: string; options?: Options; }) => import("react/jsx-runtime").JSX.Element;