We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ed5c61a + 1689bd9 commit 167db6fCopy full SHA for 167db6f
index.mjs
@@ -1 +1,4 @@
1
-export { default, domToReact, htmlToDOM, attributesToProps } from './index.js';
+import HTMLReactParser from './index.js';
2
+
3
+export default HTMLReactParser;
4
+export var { domToReact, htmlToDOM, attributesToProps } = HTMLReactParser;
0 commit comments