UNPKG

hooks-me

Version:

<div align="center"> <h1>hooks-me</h1> <div>React useful hooks.</div>

4 lines (3 loc) 166 B
import { type MutableRefObject } from "react"; declare const useIsVisible: (ref: MutableRefObject<any>, rootMargin?: string) => boolean; export default useIsVisible;