Skip to content

Commit b300c02

Browse files
committed
Export internals
1 parent 8b2228f commit b300c02

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

packages/mdx/src/components.tsx

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,3 +27,11 @@ export const CH = {
2727
Slideshow,
2828
InlineCode,
2929
}
30+
31+
import { MiniBrowser } from "./mini-browser"
32+
import { EditorSpring } from "./mini-editor"
33+
34+
export const internal = {
35+
MiniBrowser,
36+
EditorSpring,
37+
}

packages/mdx/src/index.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
11
export { remarkCodeHike } from "./mdx-plugin/plugin"
2+
3+
export { highlight } from "./highlighter"

0 commit comments

Comments
 (0)