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.

6 lines (5 loc) 182 B
import type { Plugin } from 'unified'; import { Root } from 'hast'; export interface ReservedMetaOptions { } export declare const reservedMeta: Plugin<[ReservedMetaOptions?], Root>;