UNPKG

igniteui-angular-core

Version:

Ignite UI Angular Core logic used in multiple UI components.

12 lines (11 loc) 193 B
import { Type } from "./type"; /** * @hidden */ export interface IComparer$1<T> { compare(a: T, b: T): number; } /** * @hidden */ export declare let IComparer$1_$type: Type;