Type Alias: DraggableViewProps<T>
DraggableViewProps<
T
> =PropsWithChildren
<ViewProps
> &object
Defined in: types/index.ts:106
Props type for a draggable view component.
Type Declaration
item
item:
DragItem
<T
>
The drag item configuration
Type Parameters
T
T
The type of data associated with the drag item