Function freya_components::DragProvider
source · pub fn DragProvider<'a, T: 'static>(
cx: Scope<'a, DragProviderProps<'a>>
) -> Element<'a>
Expand description
Provide a common place for DragZone
s and DropZone
s to exchange their data.
Props
See DragProviderProps
.