Variable: containerStyles
const
containerStyles:object
The annotations for generic CSS properties of a container component.
Type declaration
alignItems
alignItems:
OneOfBuilder
<"start"
|"center"
|"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
<"start"
|"center"
|"end"
|"flex-start"
|"flex-end"
|"space-between"
|"space-around"
|"space-evenly"
|"left"
|"right"
>