import { getFirstCollision } from "https://deno.land/x/netzo@0.4.72/deps/@dnd-kit/core.ts";
Returns the first collision, or null if there isn't one. If a property is specified, returns the specified property of the first collision.
Parameters
collisions: Collision[] | null | undefined
Type Parameters
T extends keyof Collision