UNPKG

@equinor/eds-utils

Version:

Utility functions and hooks for the Equinor Design System

2 lines (1 loc) 107 B
export declare const useOutsideClick: (el: HTMLElement | null, callback: (e: MouseEvent) => void) => void;