UNPKG

ahooks-v2

Version:
8 lines (7 loc) 239 B
import { BasicTarget } from '../utils/dom'; export interface Options { onEnter?: () => void; onLeave?: () => void; } declare const _default: (target: BasicTarget, options?: Options | undefined) => boolean; export default _default;