Module CSS.Angle
module Angle : sig..end
type t = | Deg of float | Grad of float | Rad of float | 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
module Angle : sig..end
type t = | Deg of float | Grad of float | Rad of float | 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