diff --git a/react/index.d.ts b/react/index.d.ts index 467af23d9f..02cedfb5b0 100644 --- a/react/index.d.ts +++ b/react/index.d.ts @@ -284,6 +284,7 @@ declare namespace React { stopPropagation(): void; isPropagationStopped(): boolean; persist(): void; + // If you thought this should be `EventTarget & T`, see https://github.com/DefinitelyTyped/DefinitelyTyped/pull/12239 target: EventTarget; timeStamp: Date; type: string;