OptionalalignSets the element's alignItems CSS property.
OptionalalignSets the element's alignSelf CSS property.
OptionalflexSets the element's flexBasis CSS property.
OptionalflexSets the element's flexDirection CSS property.
OptionalflexSets the element's flexGrow CSS property.
OptionalflexSets the element's flexShrink CSS property.
OptionalflexSets the element's flexWrap CSS property.
OptionaljustifySets the element's justifyContent CSS property.
OptionaljustifySets the element's justifySelf CSS property.
The interface for flex-related CSS properties available on elements. These properties do not themselves enable
display: flex; flex layout is configured separately (for example viaContainer#flex).