UNPKG

@easykit/design

Version:

Easy kit design components

5 lines (4 loc) 133 B
/** * Hook that alerts clicks outside of the passed ref */ export declare const useOutside: (call: () => void, refs: any) => void;