mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-11 12:30:18 +00:00
[react] added backgroundSize to the CSSProperties (#20862)
This commit is contained in:
Vendored
+5
@@ -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.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user