UNPKG

@expofp/floorplan

Version:

Interactive floor plan library for expos and events

3 lines 262 B
import { GraphBuildOptions, GraphDataSource, GraphInstance, PathFinder } from "../types"; export declare function buildGraph(dataSource: GraphDataSource, pathFinder: PathFinder, options: GraphBuildOptions): GraphInstance; //# sourceMappingURL=buildGraph.d.ts.map