Function leptos_use::use_drop_zone_with_options

source ยท
pub fn use_drop_zone_with_options<El, T>(
    target: El,
    options: UseDropZoneOptions,
) -> UseDropZoneReturn
where El: Clone + Into<ElementMaybeSignal<T, EventTarget>>, T: Into<EventTarget> + Clone + 'static,
Expand description

Version of use_drop_zone that takes a UseDropZoneOptions. See use_drop_zone for how to use.