react hooks for getting scroll position
npm install @dh-react-hooks/use-scroll

react hooks for getting scroll position
npm i @dh-react-hooks/use-scroll
`Arguments
| props | type | required | default | description |
| --- | --- | --- | --- | --- |Way to Ride
- Common jS
`js
const useScroll = require('@dh-react-hooks/use-scroll') const {x, y} = useScroll.default()
`- ESM
`js
import useScroll from '@dh-react-hooks/use-scroll'
const {x, y} = useScroll()
``