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 ReadMore from './read-more.js' import Example from './example/index.js' import examples from '@freesewing/examples' import rendertest from '@freesewing/rendertest' import tutorial from '@freesewing/tutorial' const mdxCustomComponents = { // Custom components DesignIterator, Example: props => {props.children}, 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)}