Module Byo_toplayer_private_vdom.For_testing_popover_hook

type for_one = {
  1. content : Virtual_dom.Vdom.Node.t;
  2. popover_attrs : Virtual_dom.Vdom.Attr.t list;
  3. arrow : Virtual_dom.Vdom.Node.t option;
  4. restore_focus_on_close : Byo_toplayer_private_vdom__.Popover_dom.Restore_focus_on_close.t;
  5. overflow_auto_wrapper : bool;
  6. position : Byo_toplayer_private_floating.Position.t;
  7. alignment : Byo_toplayer_private_floating.Alignment.t;
  8. offset : Byo_toplayer_private_floating.Offset.t;
  9. match_anchor_side_length : Byo_toplayer_private_floating.Match_anchor_side.t option;
}
val sexp_of_for_one : for_one -> Sexplib0.Sexp.t
type t = for_one list
val sexp_of_t : t -> Sexplib0.Sexp.t
val type_id : t Core.Type_equal.Id.t
val hook_name : string