aboutsummaryrefslogtreecommitdiff
path: root/src/services/window_utils/window_utils.js
blob: faff6cb9d0f856bdcf09064f2341b29872646eda (plain)
1
2
3
4
5

export const windowWidth = () =>
  window.innerWidth ||
  document.documentElement.clientWidth ||
  document.body.clientWidth