useDebounce

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