pub fn DragZone<T, 'a>( cx: &'a Scoped<'a, DragZoneProps<'a, T>> ) -> Option<VNode<'a>>where T: 'static + Clone,
Make the inner children draggable to other DropZone.
DropZone
See DragZoneProps.
DragZoneProps