lingjing/node_modules/next/dist/next-devtools/dev-overlay/hooks/use-on-click-outside.d.ts
2026-02-23 09:51:43 +00:00

3 lines
223 B
TypeScript

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;