Function use_drop_zone_with_options

Source
pub fn use_drop_zone_with_options<El, M>(
    target: El,
    options: UseDropZoneOptions,
) -> UseDropZoneReturn
Expand description

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