Module TextDecoration.Value

type value = [
| `line_through
| `none
| `overline
| `underline
]
type t = [
| Css_Value.Global.t
| value
]
val show : t -> string