diff --git a/react/react.d.ts b/react/react.d.ts index 5753731b18..cadae5cb0d 100644 --- a/react/react.d.ts +++ b/react/react.d.ts @@ -1843,6 +1843,9 @@ declare namespace __React { results?: number; security?: string; unselectable?: boolean; + + // Allows aria- and data- Attributes + [key: string]: any; } interface SVGAttributes extends HTMLAttributes {