@types/react 19.2.14 → 19.2.15

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 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: Wed, 11 Feb 2026 11:44:57 GMT
11
+ * Last updated: Tue, 19 May 2026 17:48:56 GMT
12
12
  * Dependencies: [csstype](https://npmjs.com/package/csstype)
13
13
 
14
14
  # Credits
react/index.d.ts CHANGED
@@ -3166,7 +3166,7 @@ declare namespace React {
3166
3166
  alt?: string | undefined;
3167
3167
  crossOrigin?: CrossOrigin;
3168
3168
  decoding?: "async" | "auto" | "sync" | undefined;
3169
- fetchPriority?: "high" | "low" | "auto";
3169
+ fetchPriority?: "high" | "low" | "auto" | undefined;
3170
3170
  height?: number | string | undefined;
3171
3171
  loading?: "eager" | "lazy" | undefined;
3172
3172
  referrerPolicy?: HTMLAttributeReferrerPolicy | undefined;
@@ -3339,7 +3339,7 @@ declare namespace React {
3339
3339
  as?: string | undefined;
3340
3340
  blocking?: "render" | (string & {}) | undefined;
3341
3341
  crossOrigin?: CrossOrigin;
3342
- fetchPriority?: "high" | "low" | "auto";
3342
+ fetchPriority?: "high" | "low" | "auto" | undefined;
3343
3343
  href?: string | undefined;
3344
3344
  hrefLang?: string | undefined;
3345
3345
  integrity?: string | undefined;
react/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@types/react",
3
- "version": "19.2.14",
3
+ "version": "19.2.15",
4
4
  "description": "TypeScript definitions for react",
5
5
  "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/react",
6
6
  "license": "MIT",
@@ -205,6 +205,6 @@
205
205
  "csstype": "^3.2.2"
206
206
  },
207
207
  "peerDependencies": {},
208
- "typesPublisherContentHash": "daae8d23e06b3d45da3803abb3f0bad661cffb4c40282d6886d8dfde7d5eea01",
209
- "typeScriptVersion": "5.2"
208
+ "typesPublisherContentHash": "0f33f9dadf4926d9b2231f4f9014899ecad501a66807a1aa79575dd4f661b5bf",
209
+ "typeScriptVersion": "5.3"
210
210
  }
react/ts5.0/index.d.ts CHANGED
@@ -3165,7 +3165,7 @@ declare namespace React {
3165
3165
  alt?: string | undefined;
3166
3166
  crossOrigin?: CrossOrigin;
3167
3167
  decoding?: "async" | "auto" | "sync" | undefined;
3168
- fetchPriority?: "high" | "low" | "auto";
3168
+ fetchPriority?: "high" | "low" | "auto" | undefined;
3169
3169
  height?: number | string | undefined;
3170
3170
  loading?: "eager" | "lazy" | undefined;
3171
3171
  referrerPolicy?: HTMLAttributeReferrerPolicy | undefined;
@@ -3338,7 +3338,7 @@ declare namespace React {
3338
3338
  as?: string | undefined;
3339
3339
  blocking?: "render" | (string & {}) | undefined;
3340
3340
  crossOrigin?: CrossOrigin;
3341
- fetchPriority?: "high" | "low" | "auto";
3341
+ fetchPriority?: "high" | "low" | "auto" | undefined;
3342
3342
  href?: string | undefined;
3343
3343
  hrefLang?: string | undefined;
3344
3344
  integrity?: string | undefined;