package incr_dom_partial_render

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

Module Incr_dom_partial_render.Row_node_specSource

Sourcemodule Cell : sig ... end
Sourcetype t = {
  1. row_attrs : Incr_dom_partial_render__.Import.Vdom.Attr.t list;
  2. cells : Cell.t list;
}