UNPKG

@tiller-ds/util

Version:

Util module of Tiller Design System

2 lines (1 loc) 145 B
export default function useWindowEvent<K extends keyof WindowEventMap>(type: K, listener: (this: Window, ev: WindowEventMap[K]) => void): void;