UNPKG

@architwankhade/math

Version:
4 lines (3 loc) 242 B
import type { GlobalPoint } from "@architwankhade/math"; import type { ElementsMap, ExcalidrawElement } from "./types"; export declare const distanceToElement: (element: ExcalidrawElement, elementsMap: ElementsMap, p: GlobalPoint) => number;