UNPKG

react-stable-ref

Version:

An assortment of utilities for testing against unstable references in React

4 lines (3 loc) 218 B
declare type Dependencies = Record<string, any>; declare const useWhichDepChanged: (dependencies: Dependencies, onChange?: ((changedDeps: Dependencies) => void) | undefined) => void; export default useWhichDepChanged;