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 d3a7e04 commit a5b8b8bCopy full SHA for a5b8b8b
src/bindings/ReactMarkdown.res
@@ -3,5 +3,4 @@ external make: (
3
~children: string,
4
~components: MarkdownComponents.t=?,
5
~rehypePlugins: array<Rehype.rehypePlugin>=?,
6
-) => // ~rehypePlugins: array<MdxRemote.mdxPlugin>=?,
7
-React.element = "default"
+) => React.element = "default"
0 commit comments