module R:sig..end
Typed interface for building valid reactive SVG tree.
val node : 'a Eliom_content_core.Svg.elt React.signal -> 'a Eliom_content_core.Svg.eltThe function node s creates an SVG elt from a signal s.
The resulting SVG elt can then be used like any other SVG
elt.
module Raw:Svg_sigs.Make(Xml_wed).Twith type +'a elt = 'a elt and type +'a attrib = 'a attrib
include Eliom_content_core.Svg.R.Raw
See .