We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 85feb96 commit 704c3c6Copy full SHA for 704c3c6
lib/react-markdown.js
@@ -12,7 +12,7 @@
12
* @typedef PluginOptions
13
* @property {PluggableList} [remarkPlugins=[]]
14
* @property {PluggableList} [rehypePlugins=[]]
15
- * @property {import('remark-rehype').Options} [remarkRehypeOptions={}]
+ * @property {import('remark-rehype').Options | undefined} [remarkRehypeOptions={}]
16
*
17
* @typedef LayoutOptions
18
* @property {string} [className]
0 commit comments