UNPKG

@zsviczian/excalidraw

Version:
4 lines (3 loc) 226 B
import type { GlobalPoint } from "@excalidraw/math"; import type { ExcalidrawBindableElement } from "./types"; export declare const distanceToBindableElement: (element: ExcalidrawBindableElement, p: GlobalPoint) => number;