Function freya::prelude::DragProvider
source · pub fn DragProvider<T>(_: DragProviderProps) -> Option<VNode>where
T: 'static,
Expand description
Provide a common place for DragZone
s and DropZone
s to exchange their data.
Props
See DragProviderProps
.