@visactor/vrender-core
Version:
```typescript import { xxx } from '@visactor/vrender-core'; ```
4 lines (3 loc) • 305 B
TypeScript
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;