@jacob-hooks/use-before-leave
Version:
React Hook to execute a function when the mouse leaves the page. Useful to show a popup or for analytics.
1 lines • 61 B
JavaScript
export { useBeforeLeave as default } from "./useBeforeLeave";
React Hook to execute a function when the mouse leaves the page. Useful to show a popup or for analytics.