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 bb1a9af commit a763a90Copy full SHA for a763a90
1 file changed
.changeset/tiny-days-taste.md
@@ -0,0 +1,13 @@
1
+---
2
+'react-docgen': minor
3
4
+
5
+Support generic types on `React.forwardRef` calls.
6
7
+Example:
8
9
+`react-docgen` will now find `IButtonProps`.
10
11
+```ts
12
+export const FullWidthButton = forwardRef<HTMLButtonElement, IButtonProps>(() => {});
13
+```
0 commit comments