mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
[react] added backgroundSize to the CSSProperties (#20862)
This commit is contained in:
parent
3b321e99b2
commit
1cf7a72cb6
5
types/react/index.d.ts
vendored
5
types/react/index.d.ts
vendored
@ -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.
|
||||
*/
|
||||
|
||||
Loading…
Reference in New Issue
Block a user