@types/react 16.9.43 → 16.9.44

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 +3 -3
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: Sat, 11 Jul 2020 19:17:49 GMT
11
+ * Last updated: Fri, 31 Jul 2020 20:41:28 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
@@ -2025,6 +2025,7 @@ declare namespace React {
2025
2025
  allowTransparency?: boolean;
2026
2026
  frameBorder?: number | string;
2027
2027
  height?: number | string;
2028
+ loading?: "eager" | "lazy";
2028
2029
  marginHeight?: number;
2029
2030
  marginWidth?: number;
2030
2031
  name?: string;
react/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@types/react",
3
- "version": "16.9.43",
3
+ "version": "16.9.44",
4
4
  "description": "TypeScript definitions for React",
5
5
  "license": "MIT",
6
6
  "contributors": [
@@ -142,8 +142,8 @@
142
142
  "scripts": {},
143
143
  "dependencies": {
144
144
  "@types/prop-types": "*",
145
- "csstype": "^2.2.0"
145
+ "csstype": "^3.0.2"
146
146
  },
147
- "typesPublisherContentHash": "4c80fe5a9ea8f2595672844b2abdfb11919dd20bebc5a34dafd30adbdea30c4f",
147
+ "typesPublisherContentHash": "c5112191bdd5ff8eccf9f8f06b2035ed27632d16e5c9bafee0a4a8557aa24c96",
148
148
  "typeScriptVersion": "3.0"
149
149
  }