Module CSS.Angle
type t=|Deg of float|Grad of float|Rad of float|Turns of floattype js_t= private Js_of_ocaml.Js.js_string Js_of_ocaml.Js.t
CSS.Angletype t = | Deg of float |
| Grad of float |
| Rad of float |
| Turns of float |
type js_t = private Js_of_ocaml.Js.js_string Js_of_ocaml.Js.t