view

fun <Model, Msg, Props> view(block: (Model, Dispatch<Msg>) -> Props): (Model, Dispatch<Msg>) -> Props

View builder function.