UNPKG

@ehsaneha/react-media-query

Version:

A custom React hook that returns the current responsive breakpoint index or evaluates media query rules based on the window's width.

17 lines 399 B
{ "compilerOptions": { "target": "ES6", "module": "ESNext", "jsx": "react", "declaration": true, "outDir": "dist", "esModuleInterop": true, "skipLibCheck": true, "moduleResolution": "node", "forceConsistentCasingInFileNames": true, "strict": true, "noImplicitAny": true, }, "include": ["src"], "exclude": ["node_modules", "dist"] }