UNPKG

@devexpress/utils

Version:
6 lines 175 B
export declare class Pair<firstT, secondT> { first: firstT; second: secondT; constructor(first: firstT, second: secondT); } //# sourceMappingURL=pair.d.ts.map