pub fn DragProvider<T>(_: DragProviderProps) -> Result<VNode, RenderError>where T: 'static,
Provide a common place for DragZones and DropZones to exchange their data.
DragZone
DropZone