import Popout from '../popout.js' import Highlight from './highlight.js' import YouTube from './youtube.js' import Figure from './figure.js' import ReadMore from './read-more.js' import { Tab, Tabs } from './tabs.js' import Example from './example.js' import Examples from './examples.js' import Method from './http-method.js' import StatusCode from './status-code.js' const mdxCustomComponents = (app = false) => ({ // Custom components Method, StatusCode, Comment: (props) => , Fixme: (props) => , Link: (props) => , Note: (props) => , ReadMore: (props) => , Related: (props) => , Tip: (props) => , Warning: (props) => , YouTube, pre: (props) => , img: Figure, table: (props) => ( {props.children}
), Tab, Tabs, Example: (props) => , Examples: (props) => , }) export default mdxCustomComponents //{children}