rememberThrottleFn

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