UNPKG

react-native-ui-lib

Version:

[![SWUbanner](https://raw.githubusercontent.com/vshymanskyy/StandWithUkraine/main/banner-direct.svg)](https://stand-with-ukraine.pp.ua)

7 lines (6 loc) 240 B
import { DependencyList } from 'react'; /** * This hook avoid calling useEffect on the initial value of his dependency array */ declare const useDidUpdate: (callback: () => void, dep: DependencyList) => void; export default useDidUpdate;