UNPKG

react-ui-animate

Version:
6 lines (5 loc) 223 B
import { RefObject } from 'react'; export interface UseInViewOptions extends IntersectionObserverInit { once?: boolean; } export declare function useInView(ref: RefObject<Element>, options?: UseInViewOptions): boolean;