/** * @prettier */ import React from "react" import PropTypes from "prop-types" import ImPropTypes from "react-immutable-proptypes" import { stringify } from "core/utils" export default function Example(props) { const { example, showValue, getComponent } = props const Markdown = getComponent("Markdown", true) const HighlightCode = getComponent("highlightCode") if(!example) return null return (