Module Cue.Value

type t = [
| Css_Value.Global.t
| `cue of Css_Value.UriOrNone.t * Css_Value.UriOrNone.t
]
val show : t -> string