/[sudobot]/branches/7.x/docs/hooks/useIsDesktop.ts
ViewVC logotype

Annotation of /branches/7.x/docs/hooks/useIsDesktop.ts

Parent Directory Parent Directory | Revision Log Revision Log


Revision 577 - (hide annotations)
Mon Jul 29 18:52:37 2024 UTC (8 months ago) by rakinar2
File MIME type: application/typescript
File size: 139 byte(s)
chore: add old version archive branches (2.x to 9.x-dev)
1 rakinar2 577 import { useMediaQuery } from "@mui/material";
2    
3     export default function useIsDesktop() {
4     return useMediaQuery("(min-width: 971px)");
5     }

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26