Function freya_components::DropZone

source ·
pub fn DropZone<T: 'static + Clone>(props: DropZoneProps<T>) -> Element
Expand description

Elements from DragZones can be dropped here.

Props

See DropZoneProps.