UNPKG

@visactor/vrender-core

Version:

```typescript import { xxx } from '@visactor/vrender-core'; ```

4 lines (3 loc) 297 B
import type { IAABBBounds } from '@visactor/vutils'; import type { ISymbolGraphicAttribute } from '../../interface'; export declare const updateBoundsOfSymbolOuterBorder: (attribute: ISymbolGraphicAttribute, symbolTheme: Required<ISymbolGraphicAttribute>, aabbBounds: IAABBBounds) => IAABBBounds;