UNPKG

zrender

Version:

A lightweight graphic library providing 2d draw for Apache ECharts

3 lines (2 loc) 133 B
import { VectorArray } from '../core/vector'; export declare function contain(points: VectorArray[], x: number, y: number): boolean;