/** * Model: HasLayoutTraitAbsoluteBoundingBox * * THIS FILE HAS BEEN AUTOMATICALLY GENERATED. DO NOT EDIT. * */ import { Rectangle } from '../rectangle'; /** * Bounding box of the node in absolute space coordinates. */ export type HasLayoutTraitAbsoluteBoundingBox = Rectangle | string; //# sourceMappingURL=has-layout-trait-absolute-bounding-box.d.ts.map