Skip to content

Commit

Permalink
Export ReactParser and ReactRenderer (#15)
Browse files Browse the repository at this point in the history
  • Loading branch information
kelvinhammond authored Jul 3, 2023
1 parent 74ef1af commit 4646dde
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
import Markdown from './Markdown';

export { default as ReactParser } from './ReactParser';
export { default as ReactRenderer } from './ReactRenderer';
export default Markdown;

0 comments on commit 4646dde

Please sign in to comment.