import type { Breakpoint } from '@mui/material/styles' export type Query = 'up' | 'down' | 'between' | 'only' export type Value = Breakpoint | number