UNPKG

@expofp/floorplan

Version:

Interactive floor plan library for expos and events

12 lines 609 B
import { ShapeDef } from "@expofp/renderer"; import { RendererService } from "../../../../renderer"; import { Booth } from "../../../../store/BoothStore"; import { BoothDrawerBaseWithoutPainter } from "./BoothDrawerBase"; export default function configBoothBorder(rendererService: RendererService, booth: Booth): BoothBorderDrawer | undefined; declare class BoothBorderDrawer extends BoothDrawerBaseWithoutPainter { protected readonly shape: ShapeDef; constructor(rendererService: RendererService, booth: Booth); getShape(): ShapeDef; } export {}; //# sourceMappingURL=config-booth-border.d.ts.map