Skip to content
This repository was archived by the owner on Nov 21, 2025. It is now read-only.

Commit c7a19b4

Browse files
cdaringerakannimer
authored andcommitted
feat(docz): expose <Code /> component (#1206)
1 parent aad0c3a commit c7a19b4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

core/docz/src/index.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,6 @@ export { Props, PropsComponentProps } from './components/Props'
55
export * from './hooks'
66
export { theme } from './theme'
77
export { doczState, Entry, MenuItem, ThemeConfig } from './state'
8+
9+
const { Code } = require('gatsby-theme-docz/src/components/Code')
10+
export { Code }

0 commit comments

Comments
 (0)