{"data":{"mdx":{"code":{"body":"function _objectWithoutProperties(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }\n\nfunction _objectWithoutPropertiesLoose(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }\n\nconst layoutProps = {};\nreturn class MDXContent extends React.Component {\n  constructor(props) {\n    super(props);\n    this.layout = null;\n  }\n\n  render() {\n    const _this$props = this.props,\n          {\n      components\n    } = _this$props,\n          props = _objectWithoutProperties(_this$props, [\"components\"]);\n\n    return React.createElement(MDXTag, {\n      name: \"wrapper\",\n      components: components\n    }, React.createElement(MDXTag, {\n      name: \"p\",\n      components: components\n    }, `This starter supports `, React.createElement(MDXTag, {\n      name: \"a\",\n      components: components,\n      parentName: \"p\",\n      props: {\n        \"href\": \"https://mdxjs.com\"\n      }\n    }, `MDX`), `. MDX is a format that lets you\nseamlessly use JSX in your Markdown documents. You can import components, like\ninteractive charts or notifs, and export metadata.`), React.createElement(Counter, null), React.createElement(MDXTag, {\n      name: \"p\",\n      components: components\n    }, `Find the above React component in `, React.createElement(MDXTag, {\n      name: \"code\",\n      components: components,\n      parentName: \"p\",\n      props: {\n        \"className\": \"language-text\"\n      }\n    }, `/src/components/Counter.tsx`), `.`));\n  }\n\n}\nMDXContent.isMDXComponent = true;"},"frontmatter":{"date":"March 2, 2019","path":"/content/mdx/","title":"MDX support"}}},"pageContext":{}}