diff --git a/types/react/index.d.ts b/types/react/index.d.ts index 973c87ec1f8d32..af77c850f2b440 100644 --- a/types/react/index.d.ts +++ b/types/react/index.d.ts @@ -703,6 +703,7 @@ declare namespace React { // will show `ForwardRef(${Component.displayName || Component.name})` in devtools by default, // but can be given its own specific name interface ForwardRefExoticComponent

extends NamedExoticComponent

{ + propTypes?: WeakValidationMap

; defaultProps?: Partial

; }