useOutsideClick

useOutsideClick is a custom hook that detects click events outside of an element.

Usage

import { useOutsideClick } from "@yamada-ui/react"
const { open, onOpen, onClose } = useDisclosure()

useOutsideClick({
  ref,
  handler: onClose,
})