Type alias Dom<T>

Dom<T>: Text | Tag<T> | Map<T> | Dom.Lazy<T>

A virtual DOM object that returning messages of type T.

Type Parameters

  • T

Generated using TypeDoc