mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-09 09:01:16 +08:00
Added "stretch" to "justifyContent" (#21817)
This commit is contained in:
committed by
Mohamed Hegazy
parent
5b310b110f
commit
00a0a0f5fe
2
types/react/index.d.ts
vendored
2
types/react/index.d.ts
vendored
@@ -1607,7 +1607,7 @@ declare namespace React {
|
||||
* along the main-axis of their container.
|
||||
* See CSS justify-content property https://www.w3.org/TR/css-flexbox-1/#justify-content-property
|
||||
*/
|
||||
justifyContent?: CSSWideKeyword | "flex-start" | "flex-end" | "center" | "space-between" | "space-around" | "space-evenly";
|
||||
justifyContent?: CSSWideKeyword | "flex-start" | "flex-end" | "center" | "space-between" | "space-around" | "space-evenly" | "stretch";
|
||||
|
||||
layoutGrid?: CSSWideKeyword | any;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user