Function freya::prelude::DragZone

pub fn DragZone<T>(_: DragZoneProps<T>) -> Option<VNode>where
    T: 'static + Clone + PartialEq,
Expand description

Make the inner children draggable to other DropZone.

Props

See DragZoneProps.