UNPKG

@ducor/react

Version:

admin template ui interface

8 lines (7 loc) 240 B
/** * `useUnmountEffect` runs the provided callback function when the component unmounts. * * @param fn - The function to execute on unmount. */ declare const useUnmountEffect: (fn: () => void) => void; export default useUnmountEffect;