From 7be64cc455ebfe543c0442f6b968d0ed0f0afa82 Mon Sep 17 00:00:00 2001 From: Phips Peter Date: Tue, 23 Sep 2014 17:01:50 -0700 Subject: [PATCH] Renaming back to event attributes --- react/react.d.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/react/react.d.ts b/react/react.d.ts index 96d11e237c..1342f5eb46 100644 --- a/react/react.d.ts +++ b/react/react.d.ts @@ -207,8 +207,7 @@ declare module "react" { } // Attributes - interface DomAttributes { - // HTML Attributes + interface EventAttributes { // Events onCopy?: (event: ClipboardEvent) => void; onCut?: (event: ClipboardEvent) => void;