UNPKG

@visactor/vrender-core

Version:
4 lines (3 loc) 305 B
import type { IAABBBounds } from '@visactor/vutils'; import type { IGraphicAttribute } from '../../interface'; export declare const updateBoundsOfCommonOuterBorder: (attribute: Partial<IGraphicAttribute>, theme: Required<IGraphicAttribute>, aabbBounds: IAABBBounds) => import("@visactor/vutils").IBounds;