UNPKG

igniteui-react-charts

Version:

Ignite UI React charting components for building rich data visualizations using TypeScript APIs.

11 lines (10 loc) 185 B
import { Base, Type } from "igniteui-react-core"; /** * @hidden */ export declare class KDPointData extends Base { static $t: Type; a: number; b: number; c: number; }