@expofp/floorplan
Version:
Interactive floor plan library for expos and events
6 lines • 360 B
TypeScript
import { LayerDef } from '@expofp/renderer';
import { RendererService } from '../../../../renderer';
import { Booth } from '../../../../store/BoothStore';
export declare const BOOTHS_CHUNK_SIZE = 350;
export default function configBooths(rendererService: RendererService, layerID: string, booths: Booth[]): LayerDef;
//# sourceMappingURL=config-booths.d.ts.map