UNPKG

igniteui-react-charts

Version:

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

17 lines (16 loc) 406 B
import { Base, Type } from "igniteui-react-core"; /** * @hidden */ export declare class DataLegendSummaryResult extends Base { static $t: Type; static b(): DataLegendSummaryResult; constructor(a: number); constructor(a: number, b: number, c: number[], d: string); constructor(a: number, ..._rest: any[]); c: number; f: string; e: string; d: string; a: number[]; }