UNPKG

react-scrollsense

Version:

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

6 lines (5 loc) 235 B
import ScrollSense from './native/ScrollSense'; import useScrollSense from './native/useScrollSense'; import withScrollSense from './native/withScrollSense'; export { useScrollSense, withScrollSense }; export default ScrollSense;