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 257cd8c commit 782b675Copy full SHA for 782b675
1 file changed
src/types.ts
@@ -1,5 +1,5 @@
1
import type { Comment, Element, ProcessingInstruction, Text } from 'domhandler';
2
3
-export { Comment, Element, ProcessingInstruction, Text };
+export type { Comment, Element, ProcessingInstruction, Text };
4
5
export type DOMNode = Comment | Element | ProcessingInstruction | Text;
0 commit comments