Module TableLayout.Value

type t = [
| Css_Value.Global.t
| `auto
| `fixed
]
val show : t -> string