UNPKG

@firecms/ui

Version:

Awesome Firebase/Firestore-based headless open-source CMS

6 lines (5 loc) 217 B
import { RefObject } from "react"; /** * Hook that alerts clicks outside the passed ref */ export declare function useOutsideAlerter(ref: RefObject<HTMLElement>, onOutsideClick: () => void, active?: boolean): void;