Skip to content

Commit

Permalink
Merge pull request #216 from FormidableLabs/task/export-all-types
Browse files Browse the repository at this point in the history
Export all types from package
  • Loading branch information
carloskelly13 committed Jun 26, 2023
2 parents 8fa9333 + 2a6a256 commit 64c3f8c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/fair-spies-itch.md
@@ -0,0 +1,5 @@
---
"prism-react-renderer": patch
---

Export all types from package
1 change: 1 addition & 0 deletions packages/prism-react-renderer/src/index.ts
Expand Up @@ -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"
export * from "./types"

/**
* Prism React Renderer requires this specific instance
Expand Down

0 comments on commit 64c3f8c

Please sign in to comment.