pub fn DragProvider<'a, T: 'static>(
    cx: Scope<'a, DragProviderProps<'a>>
) -> Element<'a>
Expand description

Provide a common place for DragZones and DropZones to exchange their data.

Props

See DragProviderProps.