Module Mithril.Component

type t

Mithril component type

include Jv.CONV with type Component.t := t
val to_jv : t -> Jv.jv
val of_jv : Jv.jv -> t
type view = Vnode.t -> Vnode.t

View functions for components

val to_jv : t -> Jv.t
val v : view -> t
module Lifecycle : sig ... end

Lifecycle Method