mirror of
https://github.com/FlipsideCrypto/DefinitelyTyped.git
synced 2026-02-06 19:07:08 +00:00
[react] mark KeyboardEvent.which as deprecated (#45267)
to match lib.dom.d.ts
51bf887167/lib/lib.dom.d.ts (L15911)
This commit is contained in:
parent
d5839a98e3
commit
22ed0c7dd4
1
types/react/index.d.ts
vendored
1
types/react/index.d.ts
vendored
@ -1216,6 +1216,7 @@ declare namespace React {
|
||||
metaKey: boolean;
|
||||
repeat: boolean;
|
||||
shiftKey: boolean;
|
||||
/** @deprecated */
|
||||
which: number;
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user