UNPKG

quantumai-design-system

Version:

퀀텀에이아이의 디자인 시스템

4 lines (3 loc) 226 B
import { RefObject } from 'react'; import { SetStateType } from '../types/hookType'; export declare function useOutsideClose(ref: RefObject<HTMLDivElement> | null, notOutSideClose?: boolean): [boolean, SetStateType<boolean>];