UNPKG

igniteui-angular-core

Version:

Ignite UI Angular Core logic used in multiple UI components.

13 lines (12 loc) 260 B
import { IPool$1 } from "./IPool$1"; import { Type } from "./type"; /** * @hidden */ export interface IHashPool$2<TKey, TValue> extends IPool$1<TValue> { item(a: TKey): TValue; } /** * @hidden */ export declare let IHashPool$2_$type: Type;