UNPKG

react-cm-ui

Version:
10 lines (9 loc) 312 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.SPACINGS = exports.GRID_SIZES = void 0; var GRID_SIZES = ['auto', true, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12]; exports.GRID_SIZES = GRID_SIZES; var SPACINGS = [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10]; exports.SPACINGS = SPACINGS;