import { EDeviceSize } from '../../enums'; export type TBreakpoints = Record; export interface IDeviceDetectContextValue { breakpoints?: Partial; }