UNPKG

igniteui-react-core

Version:
12 lines (11 loc) 194 B
import { Type } from "./type"; /** * @hidden */ export interface IGetItemAtIndex { getItem(a: number): any; } /** * @hidden */ export declare let IGetItemAtIndex_$type: Type;