UNPKG

@ljcl/storybook-addon-cssprops

Version:
2 lines (1 loc) 189 B
export declare function useWindowEvent<K extends keyof WindowEventMap>(type: K, listener: (this: Window, ev: WindowEventMap[K]) => void, options?: boolean | AddEventListenerOptions): void;