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 DragZones and DropZones to exchange their data.

Props

See DragProviderProps.