UNPKG

ahooks-v2

Version:
5 lines (4 loc) 247 B
import { BasicTarget } from '../utils/dom'; declare type EventType = MouseEvent | TouchEvent; export default function useClickAway(onClickAway: (event: EventType) => void, target: BasicTarget | BasicTarget[], eventName?: string): void; export {};