UNPKG

@expofp/floorplan

Version:

Interactive floor plan library for expos and events

4 lines 342 B
import { type LayerDef, type ShapeDef } from '@expofp/renderer'; export declare function collectLayerDefsByName(layer: LayerDef, acc?: Map<string, LayerDef[]>): Map<string, LayerDef[]>; export declare function getBooth(shapeDef: ShapeDef): import("../../../store/BoothStore").Booth | null | undefined; //# sourceMappingURL=layer-defs.d.ts.map