toggle menu
hooks2
common
switch theme
search in API
hooks2
/
xyz.junerver.compose.hooks
/
rememberCounter
remember
Counter
@
Composable
fun
rememberCounter
(
initialValue
:
Int
=
0
,
options
:
CounterOptions
)
:
Tuple5
<
Int
,
IncFn
,
DecFn
,
SetValueFn
<
Either
<
Int
,
(
Int
)
->
Int
>
>
,
ResetFn
>