@types/react 16.8.9 → 16.8.10
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/README.md +1 -1
- react/global.d.ts +1 -0
- react/index.d.ts +1 -0
- react/package.json +2 -2
react/README.md
CHANGED
@@ -8,7 +8,7 @@ This package contains type definitions for React ( http://facebook.github.io/rea
|
|
8
8
|
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/react
|
9
9
|
|
10
10
|
Additional Details
|
11
|
-
* Last updated: Wed, 27 Mar 2019
|
11
|
+
* Last updated: Wed, 27 Mar 2019 16:10:17 GMT
|
12
12
|
* Dependencies: @types/csstype, @types/prop-types
|
13
13
|
* Global values: React
|
14
14
|
|
react/global.d.ts
CHANGED
@@ -97,6 +97,7 @@ interface SVGFEConvolveMatrixElement extends SVGElement { }
|
|
97
97
|
interface SVGFEDiffuseLightingElement extends SVGElement { }
|
98
98
|
interface SVGFEDisplacementMapElement extends SVGElement { }
|
99
99
|
interface SVGFEDistantLightElement extends SVGElement { }
|
100
|
+
interface SVGFEDropShadowElement extends SVGElement { }
|
100
101
|
interface SVGFEFloodElement extends SVGElement { }
|
101
102
|
interface SVGFEFuncAElement extends SVGElement { }
|
102
103
|
interface SVGFEFuncBElement extends SVGElement { }
|
react/index.d.ts
CHANGED
@@ -2922,6 +2922,7 @@ declare global {
|
|
2922
2922
|
feDiffuseLighting: React.SVGProps<SVGFEDiffuseLightingElement>;
|
2923
2923
|
feDisplacementMap: React.SVGProps<SVGFEDisplacementMapElement>;
|
2924
2924
|
feDistantLight: React.SVGProps<SVGFEDistantLightElement>;
|
2925
|
+
feDropShadow: React.SVGProps<SVGFEDropShadowElement>;
|
2925
2926
|
feFlood: React.SVGProps<SVGFEFloodElement>;
|
2926
2927
|
feFuncA: React.SVGProps<SVGFEFuncAElement>;
|
2927
2928
|
feFuncB: React.SVGProps<SVGFEFuncBElement>;
|
react/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@types/react",
|
3
|
-
"version": "16.8.
|
3
|
+
"version": "16.8.10",
|
4
4
|
"description": "TypeScript definitions for React",
|
5
5
|
"license": "MIT",
|
6
6
|
"contributors": [
|
@@ -124,6 +124,6 @@
|
|
124
124
|
"@types/prop-types": "*",
|
125
125
|
"csstype": "^2.2.0"
|
126
126
|
},
|
127
|
-
"typesPublisherContentHash": "
|
127
|
+
"typesPublisherContentHash": "f05e832edb055a82292d920f245db861b825499be02803b2c8663106c0cc9601",
|
128
128
|
"typeScriptVersion": "2.8"
|
129
129
|
}
|