Module FlexFlow.Value

type t = [
| Css_Value.Global.t
| `flow of Css_Value.Flex.Direction.t * Css_Value.Flex.Wrap.t
]
val show : t -> string