We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8aed179 commit 104aac9Copy full SHA for 104aac9
complex-types.d.ts
@@ -11,3 +11,12 @@ declare module 'mdast' {
11
mdxjsEsm: MdxjsEsm
12
}
13
14
+
15
+declare module 'hast' {
16
+ interface RootContentMap {
17
+ mdxjsEsm: MdxjsEsm
18
+ }
19
+ interface ElementContentMap {
20
21
22
+}
package.json
@@ -39,6 +39,7 @@
39
],
40
"dependencies": {
41
"@types/estree-jsx": "^0.0.1",
42
+ "@types/hast": "^2.0.0",
43
"@types/mdast": "^3.0.0",
44
"mdast-util-from-markdown": "^1.0.0",
45
"mdast-util-to-markdown": "^1.0.0"
0 commit comments