gatsby-theme-docz
Version:
Gatsby theme created to use Docz
17 lines (14 loc) • 327 B
JavaScript
import * as headings from './Headings'
import { Code } from './Code'
import { Layout } from './Layout'
import { Playground } from './Playground'
import { Pre } from './Pre'
import { Props } from './Props'
export default {
...headings,
code: Code,
playground: Playground,
pre: Pre,
layout: Layout,
props: Props,
}