@expofp/floorplan
Version:
Interactive floor plan library for expos and events
8 lines • 317 B
TypeScript
import { Booth } from "../../../../store/BoothStore";
import BoothShape from "./BoothShape";
export declare abstract class BoothDrawerBaseWithoutPainter {
protected readonly booth: Booth;
protected readonly boothShape: BoothShape;
constructor(booth: Booth);
}
//# sourceMappingURL=BoothDrawerBase.d.ts.map