UNPKG

@guruhotel/aura-hooks

Version:

🪝 Hooks library designed by the Guruhotel team for Aura UI

1 lines 155 B
import{useEffect as e}from"react";export function useWindowEvent(n,t,o){e((()=>(window.addEventListener(n,t,o),()=>window.removeEventListener(n,t,o))),[])}