UNPKG

@uiw/react-markdown-preview

Version:

React component preview markdown text in web browser. The minimal amount of CSS to replicate the GitHub Markdown style.

3 lines (2 loc) 97 B
import type { Element } from 'hast'; export declare function copyElement(str?: string): Element;