UNPKG

@react-md/utils

Version:
9 lines 268 B
import { useScrollListener } from "./useScrollListener"; /** * This is a simple component wrapper for the `useScrollListener` hook. */ export function ScrollListener(props) { useScrollListener(props); return null; } //# sourceMappingURL=ScrollListener.js.map