UNPKG

@procore/core-react

Version:
6 lines (5 loc) 225 B
import React from 'react'; /** * @description useUpdateEffect can be used to perform a side effect when the component updates, except when it's first mounted */ export declare const useUpdateEffect: typeof React.useEffect;