UNPKG

@expofp/floorplan

Version:

Interactive floor plan library for expos and events

10 lines 517 B
import type LayerStore from "../../store/LayerStore"; import type RouteStore from "../../store/RouteStore"; import { type FloorContext } from "../runtime/types"; /** * Adapter: builds a neutral {@link FloorContext} from the efp `LayerStore` + * `RouteStore`. Single place in the code that knows about efp-specific magic * values like `LayersMode.Default === 0`. */ export declare function createFloorContext(layerStore: LayerStore, routeStore: RouteStore): FloorContext; //# sourceMappingURL=floorContext.d.ts.map