UNPKG

@dnd-kit/core

Version:

dnd kit – a lightweight React library for building performant and accessible drag and drop experiences

3 lines (2 loc) 165 B
import type { Coordinates, ClientRect } from '../../types'; export declare function getRectDelta(rect1: ClientRect | null, rect2: ClientRect | null): Coordinates;