UNPKG

igniteui-webcomponents-charts

Version:

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

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