UNPKG

ag-charts-enterprise

Version:

Advanced Charting / Charts supporting Javascript / Typescript / React / Angular / Vue

10 lines (9 loc) 331 B
import type { Position } from 'ag-charts-core'; export declare function polygonPointSearch(polygons: Position[][], precision: number, valueFn: (polygons: Position[][], x: number, y: number, stride: number) => { distance: number; maxDistance: number; }): { x: number; y: number; distance: number; } | undefined;