From a3ce89b0d380171be360e0154d4bb3654a04a119 Mon Sep 17 00:00:00 2001 From: Daniel Rosenwasser Date: Tue, 26 Jul 2016 12:35:37 -0700 Subject: [PATCH] Remove string index signature. --- react/index.d.ts | 3 --- 1 file changed, 3 deletions(-) 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 {