4 lines
160 B
TypeScript
4 lines
160 B
TypeScript
import type { Breakpoint } from '../_util/responsiveObserver';
|
|
declare const DEFAULT_COLUMN_MAP: Record<Breakpoint, number>;
|
|
export default DEFAULT_COLUMN_MAP;
|