Renaming back to event attributes

This commit is contained in:
Phips Peter
2014-09-23 17:01:50 -07:00
parent 5febe1f3e6
commit 7be64cc455
+1 -2
View File
@@ -207,8 +207,7 @@ declare module "react" {
}
// Attributes
interface DomAttributes {
// HTML Attributes
interface EventAttributes {
// Events
onCopy?: (event: ClipboardEvent) => void;
onCut?: (event: ClipboardEvent) => void;