D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
usr
/
share
/
grafana
/
public
/
app
/
features
/
dashboard
/
utils
/
Filename :
screen.ts
back
Copy
import { useWindowSize } from 'react-use'; export const useIsDesktop = () => { const { width } = useWindowSize(); return width > 1024; };