UNPKG

igniteui-webcomponents-charts

Version:

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

9 lines (8 loc) 216 B
import { Base, Type } from "igniteui-webcomponents-core"; /** * @hidden */ export declare abstract class DataLegendSummaryCalculationBase extends Base { static $t: Type; a(a: number[]): number[]; }