From d739720d0291be03f0e8cd75d78e9d9ff6d43bc8 Mon Sep 17 00:00:00 2001 From: Vincent Langlet Date: Tue, 12 Feb 2019 16:52:40 +0100 Subject: [PATCH] Fix for react 15 --- types/react/v15/index.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;