mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-11 20:40:20 +00:00
Renaming back to event attributes
This commit is contained in:
Vendored
+1
-2
@@ -207,8 +207,7 @@ declare module "react" {
|
||||
}
|
||||
|
||||
// Attributes
|
||||
interface DomAttributes {
|
||||
// HTML Attributes
|
||||
interface EventAttributes {
|
||||
// Events
|
||||
onCopy?: (event: ClipboardEvent) => void;
|
||||
onCut?: (event: ClipboardEvent) => void;
|
||||
|
||||
Reference in New Issue
Block a user