UNPKG

react-scrollsense

Version:

A lightweight scroll sensor to solve your react scroll into viewport issues.

6 lines (5 loc) 203 B
export default function scrollEntry(intersectionRatio: any, boundingClientRect: any, intersectionRect: any): { intersectionRatio: any; boundingClientRect: any; intersectionRect: any; };