Skip to content

Commit

Permalink
Merge pull request #49 from widgetbot-io/export-markdown
Browse files Browse the repository at this point in the history
feat: export Markdown and LinkMarkdown
  • Loading branch information
Yomanz committed Jan 6, 2024
2 parents 96e5590 + a89afa8 commit 8cfadb8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -53,3 +53,4 @@ export function MessageGroup(props: MessageProps) {

export { default as Message } from "./Message";
export { default as MessageRendererProvider } from "./MessageRendererProvider";
export { default as Markdown, LinkMarkdown } from "./markdown/render";

0 comments on commit 8cfadb8

Please sign in to comment.