Module LetterSpacing.Value

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