import { useScrollListener } from"./useScrollListener";
/**
* This is a simple component wrapper for the `useScrollListener` hook.
*/exportfunctionScrollListener(props) {
useScrollListener(props);
returnnull;
}
//# sourceMappingURL=ScrollListener.js.map