Provide

inline fun <T : Any> Html.Provide(value: T, noinline children: Children)(source)

Provides the given context value for the context type to all children.

Parameters

value

the context value

children

the children

T

the context type