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;