rememberDebounceFn

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