Skip to content

Commit

Permalink
feat: reexport isDomNode and isDomText from TRE
Browse files Browse the repository at this point in the history
  • Loading branch information
jsamr committed Jun 4, 2021
1 parent c16bf13 commit cedcf7a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/render-html/src/index.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
import RenderHTML from './RenderHTML';
export {
defaultHTMLElementModels,
isDomElement,
isDomText,
Document,
Element,
Node,
Expand Down

0 comments on commit cedcf7a

Please sign in to comment.