pub fn use_drop_zone_with_options<El, M>(
target: El,
options: UseDropZoneOptions,
) -> UseDropZoneReturnwhere
El: IntoElementMaybeSignal<EventTarget, M>,
Expand description
Version of use_drop_zone
that takes a UseDropZoneOptions
. See use_drop_zone
for how to use.