@types/react 15.7.14 → 15.7.15

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 (http://facebook.github.io/reac
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: Mon, 03 Apr 2023 20:03:17 GMT
11
+ * Last updated: Thu, 06 Apr 2023 17:03:20 GMT
12
12
  * Dependencies: none
13
13
  * Global values: `React`
14
14
 
react v15.7/index.d.ts CHANGED
@@ -3631,7 +3631,6 @@ declare namespace React {
3631
3631
 
3632
3632
  declare global {
3633
3633
  namespace JSX {
3634
- // tslint:disable-next-line:no-empty-interface
3635
3634
  interface Element extends React.ReactElement { }
3636
3635
  interface ElementClass extends React.Component<any> {
3637
3636
  render(): JSX.Element | null | false;
@@ -3639,7 +3638,6 @@ declare global {
3639
3638
  interface ElementAttributesProperty { props: {}; }
3640
3639
  interface ElementChildrenAttribute { children: {}; }
3641
3640
 
3642
- // tslint:disable-next-line:no-empty-interface
3643
3641
  interface IntrinsicAttributes extends React.Attributes { }
3644
3642
  interface IntrinsicClassAttributes<T> extends React.ClassAttributes<T> { }
3645
3643
 
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@types/react",
3
- "version": "15.7.14",
3
+ "version": "15.7.15",
4
4
  "description": "TypeScript definitions for React",
5
5
  "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/react",
6
6
  "license": "MIT",
@@ -62,7 +62,7 @@
62
62
  },
63
63
  "scripts": {},
64
64
  "dependencies": {},
65
- "typesPublisherContentHash": "cf0f27ad9e610c2cb730b3e79b451a53977c1a19b5d9f48d4ae7ee97c70c202f",
65
+ "typesPublisherContentHash": "4fd527ecb981e78fd3223a7fcb4bf4a3a20fa7600e6aa6b2dfad91846be1b1e0",
66
66
  "typeScriptVersion": "4.3",
67
67
  "exports": {
68
68
  ".": {