[react] added backgroundSize to the CSSProperties (#20862)

This commit is contained in:
Paul Colleoni
2017-10-30 08:04:35 -07:00
committed by Andy
parent 3b321e99b2
commit 1cf7a72cb6
+5
View File
@@ -926,6 +926,11 @@ declare namespace React {
*/
backgroundRepeat?: CSSWideKeyword | any;
/**
* Defines the size of the background images
*/
backgroundSize?: CSSWideKeyword | any;
/**
* Obsolete - spec retired, not implemented.
*/