@expofp/floorplan
Version:
Interactive floor plan library for expos and events
7 lines • 314 B
TypeScript
import { Rect as RectShape } from "@expofp/renderer";
import CoreRect from "../../../../core/Rect";
export declare class Rect extends RectShape {
static fromCoreRect(rect: CoreRect, rotate?: number): RectShape;
static inflateRect(rect: Rect, borderWidth: number): Rect;
}
//# sourceMappingURL=Rect.d.ts.map