UNPKG

reablocks

Version:
7 lines (6 loc) 180 B
/** * Hook to run a function when the component unmounts. * * @param fn The function to run when the component unmounts. */ export declare const useUnmount: (fn: any) => void;