mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-05-13 12:37:16 +08:00
Merge pull request #17363 from JulioC/patch-1
Add missing aspectRatio property to FlexStyle
This commit is contained in:
1
types/react-native/index.d.ts
vendored
1
types/react-native/index.d.ts
vendored
@@ -542,6 +542,7 @@ export interface FlexStyle {
|
||||
alignContent?: "flex-start" | "flex-end" | "center" | "stretch" | "space-between" | "space-around"
|
||||
alignItems?: FlexAlignType
|
||||
alignSelf?: "auto" | FlexAlignType
|
||||
aspectRatio?: number
|
||||
borderBottomWidth?: number
|
||||
borderLeftWidth?: number
|
||||
borderRightWidth?: number
|
||||
|
||||
Reference in New Issue
Block a user