package incr_dom_partial_render

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Row_node_spec.CellSource

Sourcetype t = {
  1. attrs : Incr_dom_partial_render__.Import.Vdom.Attr.t list;
  2. nodes : Incr_dom_partial_render__.Import.Vdom.Node.t list;
}