We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
unifiedjs
Learn more about funding links in repositories.
Report abuse
1 parent 6612299 commit 32b5e83Copy full SHA for 32b5e83
lib/index.js
@@ -49,6 +49,7 @@ const tableElements = new Set([
49
* > When using `.process` (or `.processSync`), the result is available at
50
* > `file.result`.
51
*
52
+ * @this {import('unified').Processor}
53
* @type {import('unified').Plugin<[Options], Root, ReactElement>}
54
*/
55
export default function rehypeReact(options) {
0 commit comments