UNPKG

@theguild/remark-mermaid

Version:

Remark plugin for replacing ```mermaid code blocks with react `<Mermaid />` component

8 lines (5 loc) 135 B
import { ReactElement } from 'react'; declare function Mermaid({ chart }: { chart: string; }): ReactElement; export { Mermaid };