Variable: containerStyles
constcontainerStyles:object
The annotations for generic CSS properties of a container component.
Type declaration
alignItems
alignItems:
OneOfBuilder<"center"|"start"|"baseline"|"end"|"stretch">
flexDirection
flexDirection:
OneOfBuilder<"column"|"row"|"column-reverse"|"row-reverse">
flexWrap
flexWrap:
OneOfBuilder<"wrap"|"nowrap"|"wrap-reverse">
gap
gap:
TypedBuilder<undefined|string> =size
justifyContent
justifyContent:
OneOfBuilder<"left"|"right"|"center"|"start"|"end"|"flex-start"|"flex-end"|"space-between"|"space-around"|"space-evenly">