"use strict";import{useEffect as r,useRef as o}from"react";exportfunctionuseClickOutside(n){var e=o(null);functiont(u){e.current&&!e.current.contains(u.target)&&n()}returnr(function(){returndocument.addEventListener("pointerdown",t),function(){document?.addEventListener("pointerdown",t)}},[n]),e}