@types/react 18.2.13 → 18.2.14

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.
Files changed (3) hide show
  1. react/README.md +1 -1
  2. react/package.json +2 -2
  3. react/ts5.0/index.d.ts +1 -1
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: Mon, 19 Jun 2023 12:32:43 GMT
11
+ * Last updated: Fri, 23 Jun 2023 18:32:45 GMT
12
12
  * Dependencies: [@types/csstype](https://npmjs.com/package/@types/csstype), [@types/prop-types](https://npmjs.com/package/@types/prop-types), [@types/scheduler](https://npmjs.com/package/@types/scheduler)
13
13
  * Global values: `React`
14
14
 
react/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@types/react",
3
- "version": "18.2.13",
3
+ "version": "18.2.14",
4
4
  "description": "TypeScript definitions for React",
5
5
  "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/react",
6
6
  "license": "MIT",
@@ -158,7 +158,7 @@
158
158
  "@types/scheduler": "*",
159
159
  "csstype": "^3.0.2"
160
160
  },
161
- "typesPublisherContentHash": "b54e732d28ad9434eba04af3d37515dcf07238074c08bfa936b5396c554d9b9c",
161
+ "typesPublisherContentHash": "d8d0f4cd1e77ba9e083f3e9796e4f1dda2e0c60173c7cda3bd921155bbb57f8f",
162
162
  "typeScriptVersion": "4.3",
163
163
  "exports": {
164
164
  ".": {
react/ts5.0/index.d.ts CHANGED
@@ -352,7 +352,7 @@ declare namespace React {
352
352
  /**
353
353
  * **NOTE**: Exotic components are not callable.
354
354
  */
355
- (props: P): (ReactElement|null);
355
+ (props: P): (ReactElement | null);
356
356
  readonly $$typeof: symbol;
357
357
  }
358
358