Module Goog.Ui.Component.State module State : sig..endtype state = | ALL | DISABLED | HOVER | ACTIVE | SELECTED | CHECKED | FOCUSED | OPENEDtype state_preval state_of_state_pre : state_pre -> stateval state_pre_of_state : state -> state_pre