Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
);
};
const components = {
h1: props => ,
h2: props => ,
h3: props => ,
h4: props => ,
h5: props => ,
h6: props => ,
p: props => ,
inlineCode: Code,
ul: UnorderedList,
ol: OrderedList,
li: UnorderedList.Item,
a: Anchor,
hr: StyledHr,
Do,
Dont,
Grid,
Row,
Col,
CodeExample,
PropSheet
};
/**
* TODO
*/
export default function MdxProvider({ children }) {
return (