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 73b458b commit 2a4347eCopy full SHA for 2a4347e
package.json
@@ -55,6 +55,7 @@
55
"devDependencies": {
56
"@testing-library/react": "^12.0.0",
57
"@types/jsdom": "^16.2.13",
58
+ "@types/mdx": "^2.0.1",
59
"@types/react": "^17.0.17",
60
"@types/react-dom": "^17.0.9",
61
"@types/uuid": "^8.3.1",
src/client.js
@@ -3,7 +3,7 @@ import * as _jsx_runtime from 'react/jsx-runtime.js'
3
import * as ReactDOM from 'react-dom'
4
5
/**
6
- * @typedef {{[name: string]: React.ComponentType | string | ComponentMap}} ComponentMap
+ * @typedef {import('mdx/types').MDXComponents} ComponentMap
7
*/
8
9
0 commit comments