rememberDebounce

fun <S> rememberDebounce(value: S, optionsOf: DebounceOptions.() -> Unit = {}): State<S>