UNPKG

igniteui-react-core

Version:
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;