| import type { Breakpoint } from '../_util/responsiveObserver'; | |
| const DEFAULT_COLUMN_MAP: Record<Breakpoint, number> = { | |
| xxl: 3, | |
| xl: 3, | |
| lg: 3, | |
| md: 3, | |
| sm: 2, | |
| xs: 1, | |
| }; | |
| export default DEFAULT_COLUMN_MAP; | |
| import type { Breakpoint } from '../_util/responsiveObserver'; | |
| const DEFAULT_COLUMN_MAP: Record<Breakpoint, number> = { | |
| xxl: 3, | |
| xl: 3, | |
| lg: 3, | |
| md: 3, | |
| sm: 2, | |
| xs: 1, | |
| }; | |
| export default DEFAULT_COLUMN_MAP; | |