UNPKG

@expofp/floorplan

Version:

Interactive floor plan library for expos and events

10 lines 519 B
import type { FloorContext } from '@expofp/wayfinding'; import type LayerStore from '../../store/LayerStore'; import type RouteStore from '../../store/RouteStore'; /** * 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