import { TBreakPoints, TBreakPointsSizes } from '../../../types/TBreakPoints'; export type TuseBreakpointComparison = { breakpointId: TBreakPointsSizes; breakPoints: TBreakPoints; };