@visactor/vrender-kits
Version:
```typescript import { xxx } from '@visactor/vrender-kits'; ```
4 lines (3 loc) • 391 B
TypeScript
import { type IContext2d, type IGraphicAttribute, type IMarkAttribute, type IThemeAttribute } from '@visactor/vrender-core';
import type { IPointLike } from '@visactor/vutils';
export declare const commonStrokeCb: (context: IContext2d, pickContext: IContext2d, symbolAttribute: Partial<IMarkAttribute & IGraphicAttribute>, themeAttribute: IThemeAttribute, pickPoint: IPointLike) => boolean;