Wd_emulation.Screen_orientation
type natural = [
| `Landscape
| `Portrait
]
type type' = [
| `Landscape_primary
| `Landscape_secondary
| `Portrait_primary
| `Portrait_secondary
type t
val make : natural:natural -> type':type' -> unit -> t
val jsont : t Jsont.t