UNPKG

next

Version:

The React Framework

2 lines (1 loc) 160 B
export declare function useOnClickOutside(el: Node | null, cssSelectorsToExclude: string[], handler: ((e: MouseEvent | TouchEvent) => void) | undefined): void;