diff --git a/react/react.d.ts b/react/react.d.ts index cadae5cb0d..c51085fb92 100644 --- a/react/react.d.ts +++ b/react/react.d.ts @@ -1845,7 +1845,7 @@ declare namespace __React { unselectable?: boolean; // Allows aria- and data- Attributes - [key: string]: any; + [key: string]: string | string[] | boolean | number | EventHandler | CSSProperties | {__html: string}; } interface SVGAttributes extends HTMLAttributes {