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) 187 B
import type { Plugin } from 'unified'; import type { Root } from 'hast'; export interface RetrieveMetaOptions { } export declare const retrieveMeta: Plugin<[RetrieveMetaOptions?], Root>;