Skip to content

Commit

Permalink
Fix types of nodes in hast elements
Browse files Browse the repository at this point in the history
Closes GH-2
  • Loading branch information
wooorm committed Jun 5, 2022
1 parent 603e884 commit 5127101
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion complex-types.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ declare module 'hast' {
}

interface ElementContentMap {
mdxFlowExpression: MdxFlowExpression
mdxTextExpression: MdxTextExpression
mdxFlowExpression: MdxFlowExpression
}
}

0 comments on commit 5127101

Please sign in to comment.