diff --git a/types/react/v15/index.d.ts b/types/react/v15/index.d.ts index 2e4fd31667..512fb5a0a7 100644 --- a/types/react/v15/index.d.ts +++ b/types/react/v15/index.d.ts @@ -89,7 +89,7 @@ declare namespace React { ref?: Ref; } - interface ReactElement

{ + interface ReactElement

{ type: string | ComponentClass

| SFC

; props: P; key: Key | null;