Repository URL to install this package:
|
Version:
1.1.5 ▾
|
import { RefObject } from 'react';
export declare const useOutsideClick: (ref: RefObject<HTMLElement>, callback: () => void) => void;