UNPKG

@storm-stack/hooks

Version:

A collection of React hooks used by Storm Software in various client libraries and applications.

8 lines (7 loc) 216 B
/** * Listens for when a click is away from the element * * @param cb - Callback function * @returns A Ref object */ export declare function useClickAway(cb: any): import("react").RefObject<HTMLElement | null>;