UNPKG

540 BSource Map (JSON)View Raw
1{"version":3,"sources":["useWindowScroll.js"],"names":["useWindowScroll","handler"],"mappings":";;;;;;;AAAA;;;;AAKA,IAAMA,eAAe,GAAG,SAAlBA,eAAkB,CAACC,OAAD;AAAA,SAAa,gCAAe,QAAf,EAAyB,IAAzB,EAA+BA,OAA/B,CAAb;AAAA,CAAxB;;eAEeD,e","sourcesContent":["import useGlobalEvent from './useGlobalEvent';\n\n/**\n * Returns a function that accepts a callback to be performed when the window scrolls.\n */\nconst useWindowScroll = (handler) => useGlobalEvent('scroll', null, handler);\n\nexport default useWindowScroll;\n"],"file":"useWindowScroll.js"}
\No newline at end of file