.
This commit is contained in:
+2
@@ -0,0 +1,2 @@
|
||||
import * as React from 'react';
|
||||
export declare function useOnClickOutside(el: Node | React.RefObject<Node | null> | null, cssSelectorsToExclude: string[], handler: ((e: MouseEvent | TouchEvent) => void) | undefined): void;
|
||||
Reference in New Issue
Block a user