UNPKG

@commercetools-docs/gatsby-theme-code-examples

Version:

Gatsby theme for commercetools documentation providing the functionalities to render Code Examples in MDX

4 lines (3 loc) 203 B
// Export only components that must be injected into the MDX provider export { default as CodeExample } from './src/code-example'; export { default as MultiCodeExample } from './src/multi-code-example';