aboutsummaryrefslogtreecommitdiff
path: root/types
diff options
context:
space:
mode:
Diffstat (limited to 'types')
-rw-r--r--types/ext/simple-dom-parser.d.ts5
1 files changed, 3 insertions, 2 deletions
diff --git a/types/ext/simple-dom-parser.d.ts b/types/ext/simple-dom-parser.d.ts
index d9ae3898..971871a2 100644
--- a/types/ext/simple-dom-parser.d.ts
+++ b/types/ext/simple-dom-parser.d.ts
@@ -16,8 +16,9 @@
*/
export type {
- ChildNode as Parse5ChildNode, Document as Parse5Document,
- Element as Parse5Element
+ ChildNode as Parse5ChildNode,
+ Document as Parse5Document,
+ Element as Parse5Element,
} from 'parse5/dist/tree-adapters/default';
/**