package jsoo-react

  1. Overview
  2. Docs
type undefined
type element
type 'a node_list = 'a Js_of_ocaml.Dom.nodeList
val node_list_of_js : (Ojs.t -> 'value) -> Ojs.t -> 'value node_list
val node_list_to_js : ('value -> Ojs.t) -> 'value node_list -> Ojs.t
val unsafe_to_element : 'a Js_of_ocaml.Js.t -> element
val act : (unit -> unit) -> unit
module Simulate : sig ... end
val querySelectorAll : element -> string -> element array
module DOM : sig ... end