Function: DnDRootView()
DnDRootView<
T
>(props
):Element
Defined in: components/DnDRootView.tsx:30
Root component that provides drag and drop functionality to its children. This component sets up the gesture handling, context, and monitor for the entire drag and drop system.
Type Parameters
T
T
extends object
The type of data being dragged
Parameters
props
The component props
Returns
Element
The rendered drag and drop root view