@types/react 18.3.28 → 18.3.29
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 v18.3/README.md +1 -1
- react v18.3/index.d.ts +2 -2
- react v18.3/package.json +3 -3
- react v18.3/ts5.0/index.d.ts +2 -2
react v18.3/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/v18.
|
|
9
9
|
|
|
10
10
|
### Additional Details
|
|
11
|
-
* Last updated:
|
|
11
|
+
* Last updated: Tue, 19 May 2026 17:48:56 GMT
|
|
12
12
|
* Dependencies: [@types/prop-types](https://npmjs.com/package/@types/prop-types), [csstype](https://npmjs.com/package/csstype)
|
|
13
13
|
|
|
14
14
|
# Credits
|
react v18.3/index.d.ts
CHANGED
|
@@ -3271,7 +3271,7 @@ declare namespace React {
|
|
|
3271
3271
|
alt?: string | undefined;
|
|
3272
3272
|
crossOrigin?: CrossOrigin;
|
|
3273
3273
|
decoding?: "async" | "auto" | "sync" | undefined;
|
|
3274
|
-
fetchPriority?: "high" | "low" | "auto";
|
|
3274
|
+
fetchPriority?: "high" | "low" | "auto" | undefined;
|
|
3275
3275
|
height?: number | string | undefined;
|
|
3276
3276
|
loading?: "eager" | "lazy" | undefined;
|
|
3277
3277
|
referrerPolicy?: HTMLAttributeReferrerPolicy | undefined;
|
|
@@ -3436,7 +3436,7 @@ declare namespace React {
|
|
|
3436
3436
|
as?: string | undefined;
|
|
3437
3437
|
blocking?: "render" | (string & {}) | undefined;
|
|
3438
3438
|
crossOrigin?: CrossOrigin;
|
|
3439
|
-
fetchPriority?: "high" | "low" | "auto";
|
|
3439
|
+
fetchPriority?: "high" | "low" | "auto" | undefined;
|
|
3440
3440
|
href?: string | undefined;
|
|
3441
3441
|
hrefLang?: string | undefined;
|
|
3442
3442
|
integrity?: string | undefined;
|
react v18.3/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@types/react",
|
|
3
|
-
"version": "18.3.
|
|
3
|
+
"version": "18.3.29",
|
|
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
|
"csstype": "^3.2.2"
|
|
202
202
|
},
|
|
203
203
|
"peerDependencies": {},
|
|
204
|
-
"typesPublisherContentHash": "
|
|
205
|
-
"typeScriptVersion": "5.
|
|
204
|
+
"typesPublisherContentHash": "9a2db63fba19867eecedffb70e57174fd752484350b91d6c40423acfc18378a1",
|
|
205
|
+
"typeScriptVersion": "5.3"
|
|
206
206
|
}
|
react v18.3/ts5.0/index.d.ts
CHANGED
|
@@ -3272,7 +3272,7 @@ declare namespace React {
|
|
|
3272
3272
|
alt?: string | undefined;
|
|
3273
3273
|
crossOrigin?: CrossOrigin;
|
|
3274
3274
|
decoding?: "async" | "auto" | "sync" | undefined;
|
|
3275
|
-
fetchPriority?: "high" | "low" | "auto";
|
|
3275
|
+
fetchPriority?: "high" | "low" | "auto" | undefined;
|
|
3276
3276
|
height?: number | string | undefined;
|
|
3277
3277
|
loading?: "eager" | "lazy" | undefined;
|
|
3278
3278
|
referrerPolicy?: HTMLAttributeReferrerPolicy | undefined;
|
|
@@ -3437,7 +3437,7 @@ declare namespace React {
|
|
|
3437
3437
|
as?: string | undefined;
|
|
3438
3438
|
blocking?: "render" | (string & {}) | undefined;
|
|
3439
3439
|
crossOrigin?: CrossOrigin;
|
|
3440
|
-
fetchPriority?: "high" | "low" | "auto";
|
|
3440
|
+
fetchPriority?: "high" | "low" | "auto" | undefined;
|
|
3441
3441
|
href?: string | undefined;
|
|
3442
3442
|
hrefLang?: string | undefined;
|
|
3443
3443
|
integrity?: string | undefined;
|