Skip to content

Commit db456cb

Browse files
test(types): import Element type from index module
1 parent dfa0c19 commit db456cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/types/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
import parse, {
2+
Element,
23
HTMLReactParserOptions,
34
domToReact,
45
htmlToDOM
56
} from 'html-react-parser';
6-
import { Element } from 'domhandler';
77
import * as React from 'react';
88

99
// $ExpectError

0 commit comments

Comments
 (0)