UNPKG

igniteui-react-core

Version:
10 lines (9 loc) 249 B
import { Base, IList$1, Point, Type } from "./type"; /** * @hidden */ export declare class PolygonUtil extends Base { static $t: Type; static b(a: IList$1<Point>, b: Point): boolean; static a(a: Point[], b: Point): boolean; }