pub fn use_scroll_with_options<El, M>(
element: El,
options: UseScrollOptions,
) -> UseScrollReturn<impl Fn(f64) + Clone + Send + Sync, impl Fn(f64) + Clone + Send + Sync, impl Fn() + Clone + Send + Sync>where
El: IntoElementMaybeSignal<Element, M>,
Expand description
Version of use_scroll
with options. See use_scroll
for how to use.