/** * Hook that triggers when mouse leaves page boundaries * * @returns Whether mouse is leaving the page * * @example * ```tsx * const isLeaving = usePageLeave(); * * return ( *