UNPKG

igniteui-webcomponents-charts

Version:

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

14 lines (13 loc) 377 B
import { DataLegendSummaryResult } from "./DataLegendSummaryResult"; import { Type } from "igniteui-webcomponents-core"; /** * @hidden */ export interface IDataLegendSummaryCalculation { calculate(a: number[], b: string): DataLegendSummaryResult; readonly title: string; } /** * @hidden */ export declare let IDataLegendSummaryCalculation_$type: Type;