Function freya_components::DragZone
source ยท pub fn DragZone<T: 'static + Clone + PartialEq>(_: DragZoneProps<T>) -> Element
Expand description
Make the inner children draggable to other DropZone
.
pub fn DragZone<T: 'static + Clone + PartialEq>(_: DragZoneProps<T>) -> Element
Make the inner children draggable to other DropZone
.