Skip to content

Commit d62af86

Browse files
committedAug 8, 2023
Fix incorrect type inheritance
1 parent bb9d25d commit d62af86

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎index.d.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ export interface MdxjsEsmHast extends HastLiteral {
4747
/**
4848
* Info associated with hast MDX.js ESM nodes by the ecosystem.
4949
*/
50-
export interface MdxjsEsmHastData extends MdastData {
50+
export interface MdxjsEsmHastData extends HastData {
5151
/**
5252
* Program node from estree.
5353
*/

0 commit comments

Comments
 (0)
Please sign in to comment.