UNPKG

@uiw/react-markdown-preview-example

Version:

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

7 lines 238 B
import _extends from "@babel/runtime/helpers/extends"; import { useEffect } from 'react'; import { store } from './store'; export function Github(props) { useEffect(() => store.setCorners(_extends({}, props)), [props]); return null; }