export type Breakpoint = 'base' | 'md' | 'lg' | 'xl' | '2xl'; export type Responsive = T | Partial>; export type Axis = 'x' | 'y';