export type TResponsiveBreakpoint = 'sm' | 'md' | 'lg' | 'xl' | '2xl' | number; export type TResponsiveQuery = 'up' | 'down' | 'between';