Skip to content

Commit

Permalink
feat: export elements functions
Browse files Browse the repository at this point in the history
  • Loading branch information
raphael.bastiansch@maruthree.com committed Aug 14, 2023
1 parent 9e1a163 commit f96140e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/two-lions-guess.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@graphcms/rich-text-html-renderer': minor
---

export elements functions
1 change: 1 addition & 0 deletions packages/html-renderer/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -290,4 +290,5 @@ export function astToHtmlString({
}).join('');
}

export * from './elements';
export * from './types';

0 comments on commit f96140e

Please sign in to comment.