Skip to content

Commit 44edfb9

Browse files
committed
Fix type of self
1 parent 79ad7d1 commit 44edfb9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@
163163
* `jsxs` or `jsx` would be used.
164164
* @param {Source} [source]
165165
* Info about source.
166-
* @param {any} [self]
166+
* @param {unknown} [self=unknown]
167167
* Nothing (this is used by frameworks that have components, we don’t).
168168
* @returns {ReturnType<JsxFunction>}
169169
* Element from your framework.

0 commit comments

Comments
 (0)