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.
1 parent bcab3a8 commit 466688bCopy full SHA for 466688b
index.d.ts
@@ -1,6 +1,6 @@
1
// TypeScript Version: 3.3
2
3
-import { DomElement } from 'domhandler';
+import { DomElement } from 'htmlparser2';
4
import domToReact from './lib/dom-to-react';
5
import htmlToDOM from 'html-dom-parser';
6
package.json
@@ -32,7 +32,7 @@
32
"dom"
33
],
34
"dependencies": {
35
- "@types/domhandler": "2.4.1",
+ "@types/htmlparser2": "3.10.1",
36
"html-dom-parser": "0.3.0",
37
"react-property": "1.0.1",
38
"style-to-object": "0.3.0"
0 commit comments