Skip to content

Commit

Permalink
feat: export defaultElements from html-renderer
Browse files Browse the repository at this point in the history
  • Loading branch information
jpedroschmitz committed Aug 16, 2023
1 parent a368630 commit 8289475
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/html-renderer/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -290,5 +290,5 @@ export function astToHtmlString({
}).join('');
}

export * from './elements';
export { defaultElements } from './defaultElements';
export * from './types';

0 comments on commit 8289475

Please # to comment.