@types/react 15.7.34 → 15.7.35

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: Sun, 02 Nov 2025 05:34:57 GMT
12
12
  * Dependencies: none
13
13
 
14
14
  # Credits
react v15.7/index.d.ts CHANGED
@@ -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.35",
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": "035f424be8c25f58f538f0e5500b6253b9023147f24bacf0b905fee947bcb321",
85
85
  "typeScriptVersion": "5.2"
86
86
  }