UNPKG

react-aria

Version:
2 lines (1 loc) 87 B
export declare function useDeepMemo<T>(value: T, isEqual: (a: T, b: T) => boolean): T;