UNPKG

igniteui-angular-charts

Version:

Ignite UI Angular charting components for building rich data visualizations for modern web apps.

12 lines (11 loc) 245 B
import { IList$1, Point, Type } from "igniteui-angular-core"; /** * @hidden */ export interface IFlattener { flatten(a: IList$1<Point>, b: number): IList$1<Point>; } /** * @hidden */ export declare let IFlattener_$type: Type;