UNPKG

@uiw/react-markdown-preview-example

Version:

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

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