rememberDebounceFn

fun rememberDebounceFn(fn: VoidFunction, options: DebounceOptions = remember { DebounceOptions() }): (TParams) -> Unit