UNPKG

@lesnoypudge/utils-react

Version:

lesnoypudge's utils-react

5 lines (4 loc) 140 B
/** * Executes the provided function when the component is unmounted. */ export declare const useUnmountEffect: (fn: () => void) => void;