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