UNPKG

@ljcl/storybook-addon-cssprops

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