UNPKG

@uiw/react-markdown-preview-example

Version:

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

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