react-custom-hooks
react-custom-hooks copied to clipboard
Custom React Hooks! 🎣 ⚛
Results
1
react-custom-hooks issues
Sort by
recently updated
recently updated
newest added
import { useRef, useEffect } from 'react' interface IEventProps { eventType: keyof GlobalEventHandlersEventMap listener: Function, target: Window | Document, options?: boolean | AddEventListenerOptions | undefined } const useEventListener = ({...