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

This commit is contained in:
Paul Colleoni 2017-10-31 00:04:35 +09:00 committed by Andy
parent 3b321e99b2
commit 1cf7a72cb6

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.
*/