UNPKG

@expofp/floorplan

Version:

Interactive floor plan library for expos and events

5 lines • 280 B
import { type LayerDef } from '@expofp/renderer'; import type { Booth } from '../../../../store/BoothStore'; export declare const BOOTHS_CHUNK_SIZE = 350; export default function configBooths(layerID: string, booths: Booth[]): LayerDef; //# sourceMappingURL=config-booths.d.ts.map