@types/react 17.0.76 → 17.0.77

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 v17.0/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/v17.
9
9
 
10
10
  ### Additional Details
11
- * Last updated: Mon, 26 Feb 2024 19:06:50 GMT
11
+ * Last updated: Thu, 14 Mar 2024 14:06:54 GMT
12
12
  * Dependencies: [@types/prop-types](https://npmjs.com/package/@types/prop-types), [@types/scheduler](https://npmjs.com/package/@types/scheduler), [csstype](https://npmjs.com/package/csstype)
13
13
 
14
14
  # Credits
react v17.0/index.d.ts CHANGED
@@ -1522,9 +1522,7 @@ declare namespace React {
1522
1522
  onPointerCancel?: PointerEventHandler<T> | undefined;
1523
1523
  onPointerCancelCapture?: PointerEventHandler<T> | undefined;
1524
1524
  onPointerEnter?: PointerEventHandler<T> | undefined;
1525
- onPointerEnterCapture?: PointerEventHandler<T> | undefined;
1526
1525
  onPointerLeave?: PointerEventHandler<T> | undefined;
1527
- onPointerLeaveCapture?: PointerEventHandler<T> | undefined;
1528
1526
  onPointerOver?: PointerEventHandler<T> | undefined;
1529
1527
  onPointerOverCapture?: PointerEventHandler<T> | undefined;
1530
1528
  onPointerOut?: PointerEventHandler<T> | undefined;
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@types/react",
3
- "version": "17.0.76",
3
+ "version": "17.0.77",
4
4
  "description": "TypeScript definitions for react",
5
5
  "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/react",
6
6
  "license": "MIT",
@@ -169,6 +169,6 @@
169
169
  "@types/scheduler": "*",
170
170
  "csstype": "^3.0.2"
171
171
  },
172
- "typesPublisherContentHash": "0a829040f866fb55f4f931aada6fa01aaf996514f91550420d022ed8b2fb7e9b",
173
- "typeScriptVersion": "4.6"
172
+ "typesPublisherContentHash": "eea24ffdb4db4475d02a6f66e629a4c99cea48656ffd84ef7004da7c05e728cc",
173
+ "typeScriptVersion": "4.7"
174
174
  }