@types/react 19.1.11 → 19.1.12

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: Fri, 22 Aug 2025 16:02:28 GMT
11
+ * Last updated: Wed, 27 Aug 2025 17:02:32 GMT
12
12
  * Dependencies: [csstype](https://npmjs.com/package/csstype)
13
13
 
14
14
  # Credits
react/index.d.ts CHANGED
@@ -1779,8 +1779,6 @@ declare namespace React {
1779
1779
  * `useImperativeHandle` customizes the instance value that is exposed to parent components when using
1780
1780
  * `ref`. As always, imperative code using refs should be avoided in most cases.
1781
1781
  *
1782
- * `useImperativeHandle` should be used with `React.forwardRef`.
1783
- *
1784
1782
  * @version 16.8.0
1785
1783
  * @see {@link https://react.dev/reference/react/useImperativeHandle}
1786
1784
  */
react/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@types/react",
3
- "version": "19.1.11",
3
+ "version": "19.1.12",
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.0.2"
206
206
  },
207
207
  "peerDependencies": {},
208
- "typesPublisherContentHash": "0f32e4d57baa6a5c37144a040cfebe82f71bd7ace9cddb171732560ac4836156",
208
+ "typesPublisherContentHash": "59e7509ab740518a751d8910ee1150e7e8056ac89bef5db10db693128940b821",
209
209
  "typeScriptVersion": "5.2"
210
210
  }
react/ts5.0/index.d.ts CHANGED
@@ -1777,8 +1777,6 @@ declare namespace React {
1777
1777
  * `useImperativeHandle` customizes the instance value that is exposed to parent components when using
1778
1778
  * `ref`. As always, imperative code using refs should be avoided in most cases.
1779
1779
  *
1780
- * `useImperativeHandle` should be used with `React.forwardRef`.
1781
- *
1782
1780
  * @version 16.8.0
1783
1781
  * @see {@link https://react.dev/reference/react/useImperativeHandle}
1784
1782
  */