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 8fa9333 commit 2a6a256Copy full SHA for 2a6a256
.changeset/fair-spies-itch.md
@@ -0,0 +1,5 @@
1
+---
2
+"prism-react-renderer": patch
3
4
+
5
+Export all types from package
packages/prism-react-renderer/src/index.ts
@@ -3,6 +3,7 @@ import * as themes from "./themes"
import { createElement } from "react"
import { Highlight as InternalHighlight } from "./components/highlight"
import { HighlightProps, PrismLib } from "./types"
6
+export * from "./types"
7
8
/**
9
* Prism React Renderer requires this specific instance
0 commit comments