pub fn DndProvider<T: Clone + PartialEq + 'static>( _: DndProviderProps<T>, ) -> Element
Provides a DndContext<T> to its children.
DndContext<T>
For details, see the props struct definition.
phantom
std::marker::PhantomData<T>
Internal marker; never set this.
children
Element