export interface ActiveBreakpoints { isXs: boolean; isSm: boolean; isMd: boolean; isLg: boolean; isXl: boolean; isXxl: boolean; }