UNPKG

igniteui-webcomponents-charts

Version:

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

13 lines (12 loc) 240 B
import { Type } from "igniteui-webcomponents-core"; /** * @hidden */ export interface IItemProvider { getItem(a: number): any; readonly count: number; } /** * @hidden */ export declare let IItemProvider_$type: Type;