UNPKG

@uiw/react-markdown-preview-example

Version:

Preview the markdown files and run the React examples in the documentation.

9 lines 211 B
import { useEffect } from 'react'; import { store } from "./store.js"; export function Example(_ref) { var { children } = _ref; useEffect(() => store.setExample(children), [children]); return null; }