We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed5c61a commit 1689bd9Copy full SHA for 1689bd9
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