UNPKG

igniteui-angular-core

Version:

Ignite UI Angular Core logic used in multiple UI components.

9 lines (8 loc) 581 B
import { IgCollection } from './IgCollection'; import { SyncableObservableCollection$2 } from './SyncableObservableCollection$2'; import { FormatSpecifier as FormatSpecifier_internal } from './FormatSpecifier'; import { IgxFormatSpecifier as IgxFormatSpecifier } from './igx-format-specifier'; export declare class IgxFormatSpecifierCollection extends IgCollection<IgxFormatSpecifier, FormatSpecifier_internal> { constructor(list?: IgxFormatSpecifier[]); protected _createInnerColl(): SyncableObservableCollection$2<IgxFormatSpecifier, FormatSpecifier_internal>; }