@expofp/floorplan
Version:
Interactive floor plan library for expos and events
6 lines • 296 B
TypeScript
import { Booth } from "../BoothStore";
import { Layer } from "../LayerStore";
import 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