UNPKG

scichart

Version:

Fast WebGL JavaScript Charting Library and Framework

7 lines (6 loc) 166 B
/** @ignore */ export declare class TypedPoint<TX extends number, TY extends number> { readonly x: TX; readonly y: TY; constructor(x: TX, y: TY); }