UNPKG

igniteui-angular-core

Version:

Ignite UI Angular Core logic used in multiple UI components.

13 lines (12 loc) 230 B
import { ArrayBox$1 } from "./array"; import { Type } from "./type"; /** * @hidden */ export interface IArrayList { asArrayList(): ArrayBox$1<any>; } /** * @hidden */ export declare let IArrayList_$type: Type;