We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 039e1c1 commit 6259959Copy full SHA for 6259959
index.js
@@ -23,3 +23,4 @@ HTMLReactParser.domToReact = domToReact;
23
HTMLReactParser.htmlToDOM = htmlToDOM;
24
25
module.exports = HTMLReactParser;
26
+module.exports.default = HTMLReactParser;
0 commit comments