@types/react 18.3.19 → 18.3.20

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 v18.3/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/v18.
9
9
 
10
10
  ### Additional Details
11
- * Last updated: Wed, 19 Mar 2025 15:02:26 GMT
11
+ * Last updated: Mon, 24 Mar 2025 08:02:30 GMT
12
12
  * Dependencies: [@types/prop-types](https://npmjs.com/package/@types/prop-types), [csstype](https://npmjs.com/package/csstype)
13
13
 
14
14
  # Credits
react v18.3/index.d.ts CHANGED
@@ -3894,6 +3894,7 @@ declare namespace React {
3894
3894
  textRendering?: number | string | undefined;
3895
3895
  to?: number | string | undefined;
3896
3896
  transform?: string | undefined;
3897
+ transformOrigin?: string | undefined;
3897
3898
  u1?: number | string | undefined;
3898
3899
  u2?: number | string | undefined;
3899
3900
  underlinePosition?: number | string | undefined;
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@types/react",
3
- "version": "18.3.19",
3
+ "version": "18.3.20",
4
4
  "description": "TypeScript definitions for react",
5
5
  "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/react",
6
6
  "license": "MIT",
@@ -201,6 +201,6 @@
201
201
  "csstype": "^3.0.2"
202
202
  },
203
203
  "peerDependencies": {},
204
- "typesPublisherContentHash": "95d6f59e5d1d5d7919a7957d7fd1924d24936037d9cfe18023c590b125051088",
204
+ "typesPublisherContentHash": "1e57942dc6afbb1da079866ae38cdf3b2e3787ee759da32d0c7d75eaf3129e52",
205
205
  "typeScriptVersion": "5.0"
206
206
  }