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