UNPKG

@bothub-chat/ui

Version:

Bothub UI Components

5 lines (4 loc) 223 B
import { RefObject } from 'react'; type Event = MouseEvent | TouchEvent; export declare const useOnClickOutside: <T extends HTMLElement = HTMLElement>(ref: RefObject<T>, handler: (event: Event) => void) => void; export {};