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