@types/react 15.7.34 → 15.7.36

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: Fri, 22 Aug 2025 17:35:08 GMT
11
+ * Last updated: Thu, 05 Feb 2026 09:44:59 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
  /**
@@ -3724,6 +3724,8 @@ declare namespace React {
3724
3724
  // https://github.com/nikeee/2048-typescript/blob/master/2048/js/touch.d.ts
3725
3725
  // ----------------------------------------------------------------------
3726
3726
 
3727
+ interface StyleMedia {}
3728
+
3727
3729
  interface AbstractView {
3728
3730
  styleMedia: StyleMedia;
3729
3731
  document: Document;
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@types/react",
3
- "version": "15.7.34",
3
+ "version": "15.7.36",
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": "0f7fb095f73228e045d222460a06c300ceadeee98b5ec2ec344b852c3f5093f7",
84
+ "typesPublisherContentHash": "3f8ab791cfecae4e011a628835504063a4c5a725ae7f117ac16fec93ade0e85a",
85
85
  "typeScriptVersion": "5.2"
86
86
  }