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