Module Byo_toplayer_private_vdom.Restore_focus_on_close

type t =
  1. | No
  2. | Yes of {
    1. prevent_scroll : bool;
    }
val sexp_of_t : t -> Sexplib0.Sexp.t
include Ppx_compare_lib.Comparable.S with type t := t
val compare : t -> t -> int
include Ppx_compare_lib.Equal.S with type t := t
val equal : t -> t -> bool