UNPKG

@rbxts/pretty-react-hooks

Version:
6 lines (5 loc) 170 B
/** * Calls the callback when the component unmounts. * @param callback The callback to call. */ export declare function useUnmountEffect(callback: () => void): void;