UNPKG
@j-hooks/use-scroll
Version:
latest (1.0.0)
1.0.0
React Hook to get X/Y coordinates of current position of the scroll.
Justinhwang92/React_hooks
@j-hooks/use-scroll
/
index.js
2 lines
(1 loc)
•
51 B
JavaScript
View Raw
1
2
export
{ useScroll
as
default
}
from
"./useSroll"
;