.ts
TypeScript
(application/typescript)
export const breakpoints = {
  sm: "768px",
  md: "1024px",
  lg: "1280px",
  xl: "1640px",
} as const;