Skip to content

Commit 5127101

Browse files
committed
Fix types of nodes in hast elements
Closes GH-2
1 parent 603e884 commit 5127101

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

complex-types.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ declare module 'hast' {
3232
}
3333

3434
interface ElementContentMap {
35-
mdxFlowExpression: MdxFlowExpression
35+
mdxTextExpression: MdxTextExpression
3636
mdxFlowExpression: MdxFlowExpression
3737
}
3838
}

0 commit comments

Comments
 (0)