UNPKG

539 BSource Map (JSON)View Raw
1{"version":3,"sources":["useWindowResize.js"],"names":["useWindowResize","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 resize.\n */\nconst useWindowResize = (handler) => useGlobalEvent('resize', null, handler);\n\nexport default useWindowResize;\n"],"file":"useWindowResize.js"}
\No newline at end of file