diff --git a/types/react/index.d.ts b/types/react/index.d.ts index 8b2654db82..7d6fe7014f 100644 --- a/types/react/index.d.ts +++ b/types/react/index.d.ts @@ -71,7 +71,7 @@ declare namespace React { // React Elements // ---------------------------------------------------------------------- - type ReactType = string | ComponentType; + type ReactType

= string | ComponentType

; type ComponentType

= ComponentClass

| StatelessComponent

; type Key = string | number;