UNPKG
react-hook-sticky
Version:
latest (0.4.0)
0.4.0
0.3.2
0.3.1
0.2.0
0.1.0
0.1.0-beta.4
0.1.0-beta.3
0.1.0-beta.2
0.1.0-beta.1
0.1.0-beta
React hook sticky
github.com/Ariel-Rodriguez/react-hook-sticky
Ariel-Rodriguez/react-hook-sticky
react-hook-sticky
/
lib
/
index.js
6 lines
(4 loc)
•
155 B
JavaScript
View Raw
1
2
3
4
5
6
import
*
as
plugins
from
'./plugins'
;
export
{ useSticky }
from
'./sticky-hook'
;
export
{ useStickyContext }
from
'./sticky-context'
;
export
{ plugins };