UNPKG

igniteui-webcomponents-charts

Version:

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

9 lines (8 loc) 686 B
import { IgCollection } from "igniteui-webcomponents-core"; import { SyncableObservableCollection$2 } from "igniteui-webcomponents-core"; import { TimeAxisLabelFormat as TimeAxisLabelFormat_internal } from './TimeAxisLabelFormat'; import { IgcTimeAxisLabelFormatComponent as IgcTimeAxisLabelFormatComponent } from './igc-time-axis-label-format-component'; export declare class IgcTimeAxisLabelFormatCollection extends IgCollection<IgcTimeAxisLabelFormatComponent, TimeAxisLabelFormat_internal> { constructor(list?: IgcTimeAxisLabelFormatComponent[]); protected _createInnerColl(): SyncableObservableCollection$2<IgcTimeAxisLabelFormatComponent, TimeAxisLabelFormat_internal>; }