UNPKG

@visactor/vtable

Version:

canvas table width high performance

7 lines (6 loc) 252 B
import type { IGraphicPicker, IPickParams } from './../../../vrender'; export declare class VChartPicker implements IGraphicPicker { type: string; numberType: number; contains(chart: any, point: any, params?: IPickParams): boolean | any; }