toggle menu
hooks2
common
switch theme
search in API
hooks2
/
xyz.junerver.compose.hooks
/
ReactContext
React
Context
interface
ReactContext
<
T
>
Members
Properties
Local
Ctx
Link copied to clipboard
abstract
val
LocalCtx
:
ProvidableCompositionLocal
<
T
>
Functions
Provider
Link copied to clipboard
@
Composable
abstract
fun
Provider
(
value
:
T
,
content
:
ComposeComponent
)