UNPKG

@visactor/vrender-kits

Version:
7 lines (6 loc) 294 B
import type { IPoint } from '@visactor/vutils'; import type { IPickParams, IGraphicRender, IGraphic } from '@visactor/vrender-core'; export declare abstract class PickerBase { canvasRenderer?: IGraphicRender; contains(graphic: IGraphic, point: IPoint, params?: IPickParams): boolean; }