Type Alias DragPosition

DragPosition: {
    clientX: number;
    clientY: number;
    offsetX: number;
    offsetY: number;
}