UNPKG

otter-react-photo-view

Version:

An exquisite React photo preview component

2 lines (1 loc) 175 B
export default function useEventListener<K extends keyof WindowEventMap>(type: K | undefined, fn: (evt: WindowEventMap[K]) => void, options?: AddEventListenerOptions): void;