UNPKG

@dnd-kit/core

Version:

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

6 lines (5 loc) 187 B
import type { Coordinates } from '../../types'; /** * Returns the distance between two points */ export declare function distanceBetween(p1: Coordinates, p2: Coordinates): number;