UNPKG

@vchatcloud/react-ui-kit

Version:

VChatCloud UI Kit for react integration

8 lines (7 loc) 256 B
import { RefObject } from 'react'; declare const useOutsideClick: ({ popup, ref, refContainButton, }: { popup: boolean; ref: RefObject<HTMLElement>; refContainButton?: boolean; }, callback?: () => void) => void; export default useOutsideClick;