@types/react 15.7.4 → 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 +4 -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;
|
@@ -2948,6 +2950,7 @@ declare namespace React {
|
|
2948
2950
|
href?: string | undefined;
|
2949
2951
|
hrefLang?: string | undefined;
|
2950
2952
|
integrity?: string | undefined;
|
2953
|
+
imageSrcSet?: string | undefined;
|
2951
2954
|
media?: string | undefined;
|
2952
2955
|
rel?: string | undefined;
|
2953
2956
|
sizes?: string | undefined;
|
@@ -3239,6 +3242,7 @@ declare namespace React {
|
|
3239
3242
|
fontVariant?: number | string | undefined;
|
3240
3243
|
fontWeight?: number | string | undefined;
|
3241
3244
|
format?: number | string | undefined;
|
3245
|
+
fr?: number | string | undefined;
|
3242
3246
|
from?: number | string | undefined;
|
3243
3247
|
fx?: number | string | undefined;
|
3244
3248
|
fy?: number | string | 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
|
}
|