package incr_dom_partial_render

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t = {
  1. attrs : Incr_dom.Vdom.Attr.t list;
  2. nodes : Incr_dom.Vdom.Node.t list;
}