UNPKG

@hackplan/polaris

Version:

Shopify’s product component library

5 lines (4 loc) 260 B
declare type DependencyList = ReadonlyArray<unknown>; declare type Comparator = (a: DependencyList, b: DependencyList) => boolean; export declare function useDeepCompareRef(dependencies: DependencyList, comparator?: Comparator): readonly unknown[]; export {};