UNPKG

@expofp/floorplan

Version:

Interactive floor plan library for expos and events

8 lines 317 B
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