Skip to content

Commit 782b675

Browse files
authored
fix: re-export types correctly for verbatimModuleSyntax (#612)
1 parent 257cd8c commit 782b675

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/types.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import type { Comment, Element, ProcessingInstruction, Text } from 'domhandler';
22

3-
export { Comment, Element, ProcessingInstruction, Text };
3+
export type { Comment, Element, ProcessingInstruction, Text };
44

55
export type DOMNode = Comment | Element | ProcessingInstruction | Text;

0 commit comments

Comments
 (0)