We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
index.mjs
1 parent 6819609 commit 9639afbCopy full SHA for 9639afb
index.mjs
@@ -1,4 +1 @@
1
-import HTMLReactParser from './index.js';
2
-
3
-export default HTMLReactParser;
4
-export const { domToReact, htmlToDOM, attributesToProps } = HTMLReactParser;
+export { default, domToReact, htmlToDOM, attributesToProps } from './index.js';
0 commit comments