Function use_intersection_observer_with_options

Source
pub fn use_intersection_observer_with_options<Els, M, RootEl, RootM, F>(
    target: Els,
    callback: F,
    options: UseIntersectionObserverOptions<RootEl, RootM>,
) -> UseIntersectionObserverReturn<impl Fn() + Clone + Send + Sync, impl Fn() + Clone + Send + Sync, impl Fn() + Clone + Send + Sync>
Expand description