UNPKG

igniteui-angular-core

Version:

Ignite UI Angular Core logic used in multiple UI components.

12 lines (11 loc) 272 B
import { List$1 } from "./List$1"; import { IList$1, Type } from "./type"; /** * @hidden */ export declare class Collection$1<T> extends List$1<T> { static $t: Type; protected $t: Type; constructor($t: Type); protected get ac(): IList$1<T>; }