UNPKG

@expofp/floorplan

Version:

Interactive floor plan library for expos and events

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