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