Align
Align: Record<
| "BASELINE"
| "CENTER"
| "END"
| "START"
| "STRETCH", string>
Child
Child: FC<PropsWithChildren<FlexChildProps>> & {
defaultProps: FlexChildProps;
}
Direction
Direction: Record<"HORIZONTAL" | "HORIZONTAL_REVERSE" | "VERTICAL", string>
Justify
Justify: Record<
| "CENTER"
| "END"
| "START"
| "AROUND"
| "BETWEEN", string>
Wrap
Wrap: Record<"WRAP" | "NO_WRAP" | "WRAP_REVERSE", string>
Deprecated
See
React Docs