UNPKG

@guruhotel/aura-hooks

Version:

🪝 Hooks library designed by the Guruhotel team for Aura UI

1 lines 203 B
import{useEffect as e}from"react";export function usePageLeave(t){e((()=>(document.documentElement.addEventListener("mouseleave",t),()=>document.documentElement.removeEventListener("mouseleave",t))),[])}