Module Goog.Ui.Tree
module Tree : sig..end
type config
class type ['a]baseNode = object..end
val baseNode :
(Js.js_string Js.t ->
config Js.opt ->
Goog.Gdom.domHelper Js.t Js.opt -> 'a baseNode Js.t)
Js.constr
module BaseNode : sig..end
class type ['a]treeNode = object..end
val treeNode :
(Js.js_string Js.t ->
config Js.opt ->
Goog.Gdom.domHelper Js.t Js.opt -> 'a treeNode Js.t)
Js.constr
class type ['a]treeControl = object..end
val treeControl :
(Js.js_string Js.t ->
config Js.opt ->
Goog.Gdom.domHelper Js.t Js.opt -> 'a treeControl Js.t)
Js.constr
