import { TBreakPointsSizes } from './TBreakPoints'; export type TBreakpoint = { id: TBreakPointsSizes; query: string; };