UNPKG

igniteui-react-core

Version:
11 lines (10 loc) 386 B
import { Base, IEqualityComparer$1, Type } from "./type"; import { HighlightingInfo } from "./HighlightingInfo"; /** * @hidden */ export declare class HighlightingInfoComparer extends Base implements IEqualityComparer$1<HighlightingInfo> { static $t: Type; equalsC(a: HighlightingInfo, b: HighlightingInfo): boolean; getHashCodeC(a: HighlightingInfo): number; }