UseWindowEventExample
src/prod/events/useWindowEvent.ts
import React from 'react'; export const useWindowEvent = () => { return 0; };
dist/prod/events/useWindowEvent.js
export const useWindowEvent = () => { return 0; };
src/prod/events/useWindowEvent.ts
import React from 'react'; export const useWindowEvent = () => { return 0; };