@types/react 18.2.57 → 18.2.58
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/README.md +1 -1
- react/index.d.ts +1 -0
- react/package.json +2 -2
react/README.md
CHANGED
@@ -8,7 +8,7 @@ This package contains type definitions for react (https://react.dev/).
|
|
8
8
|
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/react.
|
9
9
|
|
10
10
|
### Additional Details
|
11
|
-
* Last updated:
|
11
|
+
* Last updated: Fri, 23 Feb 2024 08:07:48 GMT
|
12
12
|
* Dependencies: [@types/prop-types](https://npmjs.com/package/@types/prop-types), [@types/scheduler](https://npmjs.com/package/@types/scheduler), [csstype](https://npmjs.com/package/csstype)
|
13
13
|
|
14
14
|
# Credits
|
react/index.d.ts
CHANGED
@@ -3137,6 +3137,7 @@ declare namespace React {
|
|
3137
3137
|
alt?: string | undefined;
|
3138
3138
|
crossOrigin?: CrossOrigin;
|
3139
3139
|
decoding?: "async" | "auto" | "sync" | undefined;
|
3140
|
+
fetchPriority?: "high" | "low" | "auto";
|
3140
3141
|
height?: number | string | undefined;
|
3141
3142
|
loading?: "eager" | "lazy" | undefined;
|
3142
3143
|
referrerPolicy?: HTMLAttributeReferrerPolicy | undefined;
|
react/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@types/react",
|
3
|
-
"version": "18.2.
|
3
|
+
"version": "18.2.58",
|
4
4
|
"description": "TypeScript definitions for react",
|
5
5
|
"homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/react",
|
6
6
|
"license": "MIT",
|
@@ -201,6 +201,6 @@
|
|
201
201
|
"@types/scheduler": "*",
|
202
202
|
"csstype": "^3.0.2"
|
203
203
|
},
|
204
|
-
"typesPublisherContentHash": "
|
204
|
+
"typesPublisherContentHash": "a179697ac06a0f559d1633405ad04e6aad961a4bfc327575f032c02e791e0e05",
|
205
205
|
"typeScriptVersion": "4.6"
|
206
206
|
}
|