@types/react 15.7.35 → 15.7.37

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 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/v15.
9
9
 
10
10
  ### Additional Details
11
- * Last updated: Sun, 02 Nov 2025 05:34:57 GMT
11
+ * Last updated: Tue, 19 May 2026 17:48:56 GMT
12
12
  * Dependencies: none
13
13
 
14
14
  # Credits
react v15.7/index.d.ts CHANGED
@@ -2721,12 +2721,12 @@ declare namespace React {
2721
2721
  // Living Standard
2722
2722
  /**
2723
2723
  * Hints at the type of data that might be entered by the user while editing the element or its contents
2724
- * @see https://html.spec.whatwg.org/multipage/interaction.html#input-modalities:-the-inputmode-attribute
2724
+ * @see {@link https://html.spec.whatwg.org/multipage/interaction.html#input-modalities:-the-inputmode-attribute}
2725
2725
  */
2726
2726
  inputMode?: "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" | "search" | undefined;
2727
2727
  /**
2728
2728
  * Specify that a standard HTML element should behave like a defined custom built-in element
2729
- * @see https://html.spec.whatwg.org/multipage/custom-elements.html#attr-is
2729
+ * @see {@link https://html.spec.whatwg.org/multipage/custom-elements.html#attr-is}
2730
2730
  */
2731
2731
  is?: string | undefined;
2732
2732
  /**
@@ -3032,7 +3032,7 @@ declare namespace React {
3032
3032
  interface LinkHTMLAttributes<T> extends HTMLAttributes<T> {
3033
3033
  as?: string | undefined;
3034
3034
  crossOrigin?: CrossOrigin;
3035
- fetchPriority?: "high" | "low" | "auto";
3035
+ fetchPriority?: "high" | "low" | "auto" | undefined;
3036
3036
  href?: string | undefined;
3037
3037
  hrefLang?: string | undefined;
3038
3038
  integrity?: string | undefined;
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@types/react",
3
- "version": "15.7.35",
3
+ "version": "15.7.37",
4
4
  "description": "TypeScript definitions for react",
5
5
  "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/react",
6
6
  "license": "MIT",
@@ -81,6 +81,6 @@
81
81
  "scripts": {},
82
82
  "dependencies": {},
83
83
  "peerDependencies": {},
84
- "typesPublisherContentHash": "035f424be8c25f58f538f0e5500b6253b9023147f24bacf0b905fee947bcb321",
85
- "typeScriptVersion": "5.2"
84
+ "typesPublisherContentHash": "7a68adb3408fc8b07f96b6f032a6ba4840a4fc6c024de2f94c559de91a392467",
85
+ "typeScriptVersion": "5.3"
86
86
  }