toggle menu
hooks2
common
switch theme
search in API
hooks2
/
xyz.junerver.compose.hooks
/
rememberDebounce
remember
Debounce
@
Composable
fun
<
S
>
rememberDebounce
(
value
:
S
,
optionsOf
:
DebounceOptions
.
(
)
->
Unit
=
{}
)
:
State
<
S
>