Module Wd_input.Wheel_source_action

type t = [
  1. | `Pause of Pause_action.t
  2. | `Wheel_scroll of Wheel_scroll_action.t
]
val jsont : t Jsont.t