import Popout from '../popout.js' import Highlight from './highlight.js' import YouTube from './youtube.js' import DesignIterator from './design-iterator.js' import Figure from './figure.js' import Example from './example.js' import ReadMore from './read-more.js' const mdxCustomComponents = { // Custom components DesignIterator, Example, Fixme: props => , Link: props => , Note: props => , ReadMore, Related: props => , Tip: props => , Warning: props => , YouTube, pre: props => , //code: props => , // TODO: Handle PatternPage component PatternPage: props => ( The PatternPage component is not yet implemented. Below are the props: {JSON.stringify(props, null ,2)} ), } export default mdxCustomComponents
The PatternPage component is not yet implemented. Below are the props:
{JSON.stringify(props, null ,2)}