Module Incr_dom_widgets__.Row_node_spec

module Attrs : sig ... end
module Cell : sig ... end
type t = {
row_attrs : Attrs.t;
cells : Cell.t list;
}