@expofp/floorplan
Version:
Interactive floor plan library for expos and events
13 lines • 637 B
TypeScript
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);
private getBorderColor;
getShape(): ShapeDef;
}
export {};
//# sourceMappingURL=config-booth-border.d.ts.map