Skip to content

Commit

Permalink
Fix incorrect type inheritance
Browse files Browse the repository at this point in the history
  • Loading branch information
wooorm committed Aug 8, 2023
1 parent bb9d25d commit d62af86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ export interface MdxjsEsmHast extends HastLiteral {
/**
* Info associated with hast MDX.js ESM nodes by the ecosystem.
*/
export interface MdxjsEsmHastData extends MdastData {
export interface MdxjsEsmHastData extends HastData {
/**
* Program node from estree.
*/
Expand Down

0 comments on commit d62af86

Please sign in to comment.