UNPKG

react-hook-on-screen

Version:

A simple and performatic react hook to trigger a callback when a component become visible on the screen

2 lines (1 loc) 56 B
export default function useOnScreen(ref: any): boolean;