UNPKG

antd

Version:

An enterprise-class UI design language and React components implementation

16 lines (15 loc) 255 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = void 0; const DEFAULT_COLUMN_MAP = { xxxl: 4, xxl: 3, xl: 3, lg: 3, md: 3, sm: 2, xs: 1 }; var _default = exports.default = DEFAULT_COLUMN_MAP;