diff --git a/types/react/index.d.ts b/types/react/index.d.ts index a4ecb8c2c5..3a6b05fbff 100644 --- a/types/react/index.d.ts +++ b/types/react/index.d.ts @@ -149,7 +149,7 @@ declare namespace React { interface ReactNodeArray extends Array {} type ReactFragment = {} | ReactNodeArray; - type ReactNode = ReactChild | ReactFragment | ReactPortal | string | number | boolean | null | undefined; + type ReactNode = ReactChild | ReactFragment | ReactPortal | boolean | null | undefined; // // Top Level API