Module Vdom.Node

type t
val button : Vdom.Attr.t list -> t list -> t
val text : string -> t
val div : Vdom.Attr.t list -> t list -> t