UNPKG

@ozen-ui/kit

Version:

React component library

7 lines (6 loc) 267 B
"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';