UNPKG

igniteui-webcomponents-charts

Version:

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

12 lines (11 loc) 211 B
import { IList, Type } from "igniteui-webcomponents-core"; /** * @hidden */ export interface ITimeXAxis { readonly breaks: IList; } /** * @hidden */ export declare let ITimeXAxis_$type: Type;