Type Alias DragOverPayload

DragOverPayload: { position: { x: number; y: number } }

Type declaration

  • position: { x: number; y: number }