Function leptos_use::use_mouse_with_options

source ยท
pub fn use_mouse_with_options<El, T, Ex>(
    options: UseMouseOptions<El, T, Ex>,
) -> UseMouseReturn
where El: Into<ElementMaybeSignal<T, EventTarget>> + Clone, T: Into<EventTarget> + Clone + 'static, Ex: UseMouseEventExtractor + Clone + 'static,
Expand description

Variant of use_mouse that accepts options. Please see use_mouse for how to use.