UNPKG

@visactor/vrender-core

Version:
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;