We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b2228f commit b300c02Copy full SHA for b300c02
packages/mdx/src/components.tsx
@@ -27,3 +27,11 @@ export const CH = {
27
Slideshow,
28
InlineCode,
29
}
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
@@ -1 +1,3 @@
1
export { remarkCodeHike } from "./mdx-plugin/plugin"
2
3
+export { highlight } from "./highlighter"
0 commit comments