@types/react 16.9.42 → 16.9.43

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/index.d.ts +1 -0
  3. react/package.json +2 -2
react/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.
9
9
 
10
10
  ### Additional Details
11
- * Last updated: Fri, 10 Jul 2020 14:16:16 GMT
11
+ * Last updated: Sat, 11 Jul 2020 19:17:49 GMT
12
12
  * Dependencies: [@types/csstype](https://npmjs.com/package/@types/csstype), [@types/prop-types](https://npmjs.com/package/@types/prop-types)
13
13
  * Global values: `React`
14
14
 
react/index.d.ts CHANGED
@@ -1979,6 +1979,7 @@ declare namespace React {
1979
1979
 
1980
1980
  interface DetailsHTMLAttributes<T> extends HTMLAttributes<T> {
1981
1981
  open?: boolean;
1982
+ onToggle?: ReactEventHandler<T>;
1982
1983
  }
1983
1984
 
1984
1985
  interface DelHTMLAttributes<T> extends HTMLAttributes<T> {
react/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@types/react",
3
- "version": "16.9.42",
3
+ "version": "16.9.43",
4
4
  "description": "TypeScript definitions for React",
5
5
  "license": "MIT",
6
6
  "contributors": [
@@ -144,6 +144,6 @@
144
144
  "@types/prop-types": "*",
145
145
  "csstype": "^2.2.0"
146
146
  },
147
- "typesPublisherContentHash": "fc144fc88ed145ba99b4b53958bc7ac153e65d8ab0f074273dfea130f5bc9114",
147
+ "typesPublisherContentHash": "4c80fe5a9ea8f2595672844b2abdfb11919dd20bebc5a34dafd30adbdea30c4f",
148
148
  "typeScriptVersion": "3.0"
149
149
  }