Module CSS.Angle

type t =
  1. | Deg of float
  2. | Grad of float
  3. | Rad of float
  4. | Turns of float
type js_t = private Js.js_string Js.t
val string_of_t : t -> string
val js : t -> js_t
val ml : js_t -> t