"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.GRID_DEFAULT_TAG = exports.GRID_DEFAULT_GAP = exports.GRID_DEFAULT_COLS = void 0;
exports.GRID_DEFAULT_COLS = 12;
exports.GRID_DEFAULT_GAP = '2xl';
exports.GRID_DEFAULT_TAG = 'div';