Module VerticalAlign.Value

module ParentRelative : sig ... end
module LineRelative : sig ... end
type t = [
| Css_Value.Global.t
| ParentRelative.t
| LineRelative.t
]
val show : t -> string