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 6819609 + 9639afb commit 7beff8dCopy full SHA for 7beff8d
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