@types/react 15.7.6 → 15.7.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- react v15.7/README.md +1 -1
- react v15.7/index.d.ts +2 -0
- react v15.7/package.json +3 -3
react v15.7/README.md
CHANGED
@@ -8,7 +8,7 @@ This package contains type definitions for React (http://facebook.github.io/reac
|
|
8
8
|
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/react/v15.
|
9
9
|
|
10
10
|
### Additional Details
|
11
|
-
* Last updated:
|
11
|
+
* Last updated: Thu, 10 Mar 2022 06:01:44 GMT
|
12
12
|
* Dependencies: none
|
13
13
|
* Global values: `React`
|
14
14
|
|
react v15.7/index.d.ts
CHANGED
@@ -640,7 +640,9 @@ declare namespace React {
|
|
640
640
|
// Keyboard Events
|
641
641
|
onKeyDown?: KeyboardEventHandler<T> | undefined;
|
642
642
|
onKeyDownCapture?: KeyboardEventHandler<T> | undefined;
|
643
|
+
/** @deprecated */
|
643
644
|
onKeyPress?: KeyboardEventHandler<T> | undefined;
|
645
|
+
/** @deprecated */
|
644
646
|
onKeyPressCapture?: KeyboardEventHandler<T> | undefined;
|
645
647
|
onKeyUp?: KeyboardEventHandler<T> | undefined;
|
646
648
|
onKeyUpCapture?: KeyboardEventHandler<T> | undefined;
|
react v15.7/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@types/react",
|
3
|
-
"version": "15.7.
|
3
|
+
"version": "15.7.7",
|
4
4
|
"description": "TypeScript definitions for React",
|
5
5
|
"homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/react",
|
6
6
|
"license": "MIT",
|
@@ -62,6 +62,6 @@
|
|
62
62
|
},
|
63
63
|
"scripts": {},
|
64
64
|
"dependencies": {},
|
65
|
-
"typesPublisherContentHash": "
|
66
|
-
"typeScriptVersion": "3.
|
65
|
+
"typesPublisherContentHash": "7d2bd92a1da3f722338e37adbcb921e968456045be6e7e21fa4bb9372910d57e",
|
66
|
+
"typeScriptVersion": "3.9"
|
67
67
|
}
|