Module Css_Value.LineHeight

type t = [
| Global.t
| LengthPercent.t
| `normal
]
val show : t -> string