2
0
Files
bot/apps/builder/src/helpers/isMobile.ts
2023-03-15 11:52:38 +01:00

4 lines
125 B
TypeScript

export const isMobile =
typeof window !== 'undefined' &&
window.matchMedia('only screen and (max-width: 760px)').matches