UNPKG

@expofp/floorplan

Version:

Interactive floor plan library for expos and events

8 lines 262 B
import { Booth } from "../../../../store/BoothStore"; export default class BoothShape { private readonly booth; selectBgAnimationPart: number; constructor(booth: Booth); static get(b: Booth): BoothShape; } //# sourceMappingURL=BoothShape.d.ts.map