UNPKG

igniteui-react-grids

Version:

Ignite UI React grid components.

20 lines (19 loc) 474 B
import { Base, Type } from "igniteui-react-core"; /** * @hidden */ export declare class PrimaryKeyValue extends Base { static $t: Type; private a; private b; get key(): string[]; set key(a: string[]); get value(): any[]; set value(a: any[]); constructor(a: string[], b: any[]); static createIdentityKey(a: any): PrimaryKeyValue; equals(a: any): boolean; private f; getHashCode(): number; private i; }