UNPKG

@expofp/floorplan

Version:

Interactive floor plan library for expos and events

3 lines 205 B
import { type RouteLine, type RoutePoint } from "../types"; export declare function distancePointToRouteOnLayer(point: RoutePoint, lines: RouteLine[]): number; //# sourceMappingURL=distanceToRoute.d.ts.map