UNPKG

rsuite

Version:

A suite of react components

9 lines (8 loc) 239 B
/** * Attach a callback that fires when a component unmounts * * @param fn Handler to run when the component unmounts * @category effects */ export declare function useWillUnmount(fn: () => void): void; export default useWillUnmount;