UNPKG

@grapecity/inputman.comment.react

Version:

InputMan.comment.react

5 lines (4 loc) 173 B
export interface IDictionary { [key: string]: boolean | number | string | object | null | undefined; } export declare function isEqual(value: any, other: any): boolean;