UNPKG

@expofp/floorplan

Version:

Interactive floor plan library for expos and events

6 lines • 311 B
import { type Booth } from '../BoothStore'; import { type Layer } from '../LayerStore'; import type RootStore from '../RootStore'; export declare function iniAllBooths(store: RootStore): void; export default function initBooths(store: RootStore, layer: Layer): Booth[]; //# sourceMappingURL=init-booths.d.ts.map