UNPKG

igniteui-angular-core

Version:

Ignite UI Angular Core logic used in multiple UI components.

17 lines (16 loc) 496 B
import { ValueType, Type } from "./type"; /** * @hidden */ export declare class KeyValuePair$2<TKey, TValue> extends ValueType { static $t: Type; protected $tKey: Type; protected $tValue: Type; constructor($tKey: Type, $tValue: Type, a: number, b: TKey, c: TValue); constructor($tKey: Type, $tValue: Type); constructor($tKey: Type, $tValue: Type, a: number, ..._rest: any[]); private a; private c; get key(): TKey; get value(): TValue; }